メインコンテンツへスキップ
GET
/
limit-order
/
history
/
order
/
list-by-user
ウォレットの過去のCLMMリミットオーダー履歴を取得
curl --request GET \
  --url https://temp-api-v1.raydium.io/limit-order/history/order/list-by-user
{
  "success": true,
  "data": {
    "rows": [
      {
        "pda": "<string>",
        "owner": "<string>",
        "poolId": "<string>",
        "mintA": "<string>",
        "mintB": "<string>",
        "zeroForOne": true,
        "tick": 123,
        "price": 123,
        "openBlockTime": 123,
        "fillStatus": "NONE",
        "orderInputAmountUi": 123,
        "orderOutputAmountUi": 123,
        "filledInputAmountUi": 123,
        "filledOutputAmountUi": 123
      }
    ],
    "nextPageId": "<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>"

hideCancel
string

true に設定すると、一度も約定せずにクローズされたオーダー(キャンセル済み)を除外します。デフォルトは false です。

poolId
string

絞り込み対象のCLMM プール(任意)。mint1 / mint2 とは同時に使用できません。

mint1
string

ミントフィルター(トークンAまたはB)(任意)。poolId とは同時に使用できません。

mint2
string

2つ目のミントフィルター(任意)。poolId とは同時に使用できません。

nextPageId
string

前のページが返した不透明なページネーションカーソル(TTL 約1時間)。

size
integer
デフォルト:20

ページサイズ(1〜100、デフォルト20)。

レスポンス

Success

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

success
boolean
必須
:

true

data
object
必須
id
string