الانتقال إلى المحتوى الرئيسي
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

مؤشر تصفّح معتم مُعاد من الصفحة السابقة (مدة الصلاحية ~1h).

size
integer
افتراضي:20

حجم الصفحة (1–100، الافتراضي 20).

الاستجابة

Success

الحمولة الخاصة بـ /limit-order/history/event/list-by-pda.

success
boolean
مطلوب
مثال:

true

data
object
مطلوب
id
string