Ana içeriğe atla
GET
/
limit-order
/
order
/
list
Bir cüzdanın mevcut beklemedeki CLMM limit emirlerini listele
curl --request GET \
  --url https://temp-api-v1.raydium.io/limit-order/order/list
{
  "success": true,
  "data": {
    "rows": [
      {
        "pda": "<string>",
        "poolId": "<string>",
        "owner": "<string>",
        "tick": 123,
        "price": 123,
        "zeroForOne": true,
        "orderPhase": "<string>",
        "totalAmount": "<string>",
        "filledAmount": "<string>",
        "openTime": "<string>",
        "pendingSettle": "<string>",
        "filledAmountUpdate": "<string>",
        "mintA": "<string>",
        "mintB": "<string>",
        "mintDecimalsA": 123,
        "mintDecimalsB": 123,
        "poolCurrentPrice": 123
      }
    ],
    "e": [
      "<string>"
    ]
  },
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

Use this file to discover all available pages before exploring further.

Sorgu Parametreleri

wallet
string
gerekli

Cüzdan genel anahtarı (base58)

Örnek:

"<your-wallet-pubkey>"

showErr
string

Mevcut olduğunda, yanıt ayrıca indeksleyiciden gelen yumuşak hata mesajlarını içeren bir e dizisi de döndürür (örn. bir satırın atlanmasına neden olan eksik pool veya tick-array önbellek girişi).

Yanıt

Success

/limit-order/order/list için yük.

success
boolean
gerekli
Örnek:

true

data
object
gerekli
id
string

İstek kimliği (UUID)