跳转到主要内容
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 数组,记录来自索引器的软性失败消息(例如缺少 pool 或 tick-array 缓存条目导致某条记录被跳过)。

响应

Success

/limit-order/order/list 的请求体。

success
boolean
必填
示例:

true

data
object
必填
id
string

请求 ID(UUID)