Zum Hauptinhalt springen
GET
/
limit-order
/
history
/
event
/
list-by-pda
On-Chain-Ereignisprotokoll für eine oder mehrere Limit-Order-PDAs abrufen
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.

Abfrageparameter

pda
string
erforderlich

Ein oder mehrere öffentliche Schlüssel von Limit-Order-PDAs, kommagetrennt. Jeder muss ein gültiger base58-Pubkey sein.

nextPageId
string

Undurchsichtiger Paginierungs-Cursor, der von der vorherigen Seite zurückgegeben wurde (TTL ~1h).

size
integer
Standard:20

Seitengröße (1–100, Standard 20).

Antwort

Success

Payload für /limit-order/history/event/list-by-pda.

success
boolean
erforderlich
Beispiel:

true

data
object
erforderlich
id
string