メインコンテンツへスキップ
GET
/
limit-order
/
history
/
event
/
list-by-pda
1つ以上のリミットオーダーPDAのオンチェーンイベントログを取得
curl --request GET \
  --url https://temp-api-v1.raydium.io/limit-order/history/event/list-by-pda
{
  "success": true,
  "data": {
    "rows": [
      {
        "pda": "<string>",
        "txid": "<string>",
        "slot": 123,
        "blockTime": 123,
        "poolId": "<string>",
        "mintA": "<string>",
        "mintB": "<string>",
        "zeroForOne": true,
        "tick": 123,
        "price": 123,
        "autoRunner": true,
        "type": "open",
        "inputAmountChangeUi": 123,
        "inputAmountValuePreUi": 123,
        "inputAmountValuePostUi": 123,
        "outputAmountChangeUi": 123,
        "outputAmountValuePreUi": 123,
        "outputAmountValuePostUi": 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.

クエリパラメータ

pda
string
必須

カンマ区切りの1つ以上のリミットオーダーPDA公開鍵。各値は有効なbase58形式の公開鍵である必要があります。

nextPageId
string

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

size
integer
デフォルト:20

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

レスポンス

Success

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

success
boolean
必須
:

true

data
object
必須
id
string