Chuyển đến nội dung chính
GET
/
limit-order
/
history
/
order
/
list-by-user
Liệt kê lịch sử các CLMM limit order của một ví
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.

Tham số truy vấn

wallet
string
bắt buộc

Khóa công khai của ví (base58)

Ví dụ:

"<your-wallet-pubkey>"

hideCancel
string

Khi đặt thành true, loại trừ các lệnh đã đóng mà chưa được khớp lần nào (tức là đã hủy). Mặc định là false.

poolId
string

Lọc theo một CLMM pool cụ thể (tùy chọn). Không dùng đồng thời với mint1 / mint2.

mint1
string

Lọc theo mint (token A hoặc B) (tùy chọn). Không dùng đồng thời với poolId.

mint2
string

Lọc theo mint thứ hai (tùy chọn). Không dùng đồng thời với poolId.

nextPageId
string

Con trỏ phân trang không rõ ràng được trả về từ trang trước (TTL ~1h).

size
integer
mặc định:20

Kích thước trang (1–100, mặc định 20).

Phản hồi

Success

Dữ liệu phản hồi cho /limit-order/history/order/list-by-user.

success
boolean
bắt buộc
Ví dụ:

true

data
object
bắt buộc
id
string