getLiquidityMiningOrders
Retrieve liquidity mining order history with cursor-based pagination. Query a single order by ID or list orders filtered by status, type, and time range.
Instructions
Query Liquidity Mining order history with cursor-based pagination. This endpoint also serves as the single-order detail query.
Pass
orderIdororderLinkIdalone to retrieve a single order (other filters are ignored;Pendingorders are visible)Without
orderId/orderLinkId, returns a paginated list filtered by the other parameters (Pendingorders are excluded;Success,Processing, andFailorders are all included)Default
statusfilter (when omitted): returnsSuccess,Processing, andFailorders
Rate Limit: 10 req/s (UID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | No | ||
| orderLinkId | No | ||
| productId | No | ||
| orderType | No | ||
| status | No | ||
| startTime | No | ||
| endTime | No | ||
| limit | No | ||
| cursor | No |