getRwaOrderList
Retrieve RWA order history with exact lookup by order ID or order link ID, or paginated listing filtered by order type, product ID, or time range.
Instructions
Query RWA order history. Supports exact lookup by orderId or orderLinkId,
or paginated listing filtered by orderType / productId / time range.
Rate Limit: 10 req/s (UID)
Notes:
When
orderIdororderLinkIdis provided, exact lookup is performed and other filters are ignored.For paginated listing:
startTimedefaults to 7 days ago,endTimedefaults to now; the earliest accessible time is 180 days ago.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| endTime | No | ||
| orderId | No | ||
| orderType | No | ||
| productId | No | ||
| startTime | No | ||
| orderLinkId | No |