getLiquidityMiningOrders
Retrieve liquidity mining order history with cursor-based pagination. Filter by status, order type, time range, or get a single order by ID.
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 |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| status | No | ||
| endTime | No | ||
| orderId | No | ||
| orderType | No | ||
| productId | No | ||
| startTime | No | ||
| orderLinkId | No |