Ana içeriğe atla
GET
/
limit-order
/
history
/
event
/
list-by-pda
Bir veya daha fazla limit emir PDA'sının zincir üstü olay günlüğünü listele
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.

Sorgu Parametreleri

pda
string
gerekli

Virgülle ayrılmış bir veya daha fazla limit emir PDA genel anahtarı. Her biri geçerli bir base58 pubkey olmalıdır.

nextPageId
string

Önceki sayfa tarafından döndürülen opak sayfalama imleci (TTL ~1s).

size
integer
varsayılan:20

Sayfa boyutu (1–100, varsayılan 20).

Yanıt

Success

/limit-order/history/event/list-by-pda için yük.

success
boolean
gerekli
Örnek:

true

data
object
gerekli
id
string