メインコンテンツへスキップ
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 配列も含まれます。

レスポンス

Success

/limit-order/order/list のペイロード。

success
boolean
必須
:

true

data
object
必須
id
string

リクエストID(UUID)