跳轉到主要內容
GET
/
limit-order
/
order
/
list
列出錢包目前掛單中的 CLMM 限價單
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.

查詢參數

wallet
string
必填

錢包公鑰(base58)

範例:

"<your-wallet-pubkey>"

showErr
string

若帶有此參數,回應中將額外包含一個 e 陣列,內含索引器的軟性錯誤訊息(例如:因找不到池或 tick-array 快取項目而導致某筆資料被跳過)。

回應

Success

/limit-order/order/list 的回應資料。

success
boolean
必填
範例:

true

data
object
必填
id
string

請求 ID(UUID)