الانتقال إلى المحتوى الرئيسي
GET
/
limit-order
/
history
/
order
/
list-by-user
استرداد السجل التاريخي لأوامر الحد في CLMM لمحفظة معينة
curl --request GET \
  --url https://temp-api-v1.raydium.io/limit-order/history/order/list-by-user
{
  "success": true,
  "data": {
    "rows": [
      {
        "pda": "<string>",
        "owner": "<string>",
        "poolId": "<string>",
        "mintA": "<string>",
        "mintB": "<string>",
        "zeroForOne": true,
        "tick": 123,
        "price": 123,
        "openBlockTime": 123,
        "fillStatus": "NONE",
        "orderInputAmountUi": 123,
        "orderOutputAmountUi": 123,
        "filledInputAmountUi": 123,
        "filledOutputAmountUi": 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.

معلمات الاستعلام

wallet
string
مطلوب

المفتاح العام للمحفظة (base58)

مثال:

"<your-wallet-pubkey>"

hideCancel
string

عند ضبطه على true، يُستثنى من النتائج الأوامر التي أُغلقت دون أن تُنفَّذ قط (أي الملغاة). القيمة الافتراضية false.

poolId
string

pool في CLMM اختياري للتصفية. لا يمكن استخدامه مع mint1 / mint2 في آن واحد.

mint1
string

فلتر mint اختياري (الرمز A أو B). لا يمكن استخدامه مع poolId في آن واحد.

mint2
string

فلتر mint اختياري ثانٍ. لا يمكن استخدامه مع poolId في آن واحد.

nextPageId
string

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

size
integer
افتراضي:20

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

الاستجابة

Success

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

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

true

data
object
مطلوب
id
string