跳轉到主要內容
GET
/
limit-order
/
history
/
event
/
list-by-pda
列出一個或多個限價單 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
必填

一個或多個限價單 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