메인 콘텐츠로 건너뛰기
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 ~1h).

size
integer
기본값:20

페이지 크기 (1–100, 기본값 20).

응답

Success

/limit-order/history/event/list-by-pda 페이로드.

success
boolean
필수
예시:

true

data
object
필수
id
string