Перейти к основному содержанию
GET
/
limit-order
/
history
/
event
/
list-by-pda
Получить журнал on-chain событий для одного или нескольких 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 лимитных ордеров, разделённых запятой. Каждый должен быть корректным pubkey в формате base58.

nextPageId
string

Непрозрачный курсор пагинации, возвращённый предыдущей страницей (TTL ~1h).

size
integer
по умолчанию:20

Размер страницы (1–100, по умолчанию 20).

Ответ

Success

Тело ответа для /limit-order/history/event/list-by-pda.

success
boolean
обязательно
Пример:

true

data
object
обязательно
id
string