getRwaOrderList
Query RWA order history by order ID, order link ID, or filter by type, product, or time range. Supports paginated listing.
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 |
|---|---|---|---|
| orderId | No | ||
| orderLinkId | No | ||
| orderType | No | ||
| productId | No | ||
| startTime | No | ||
| endTime | No | ||
| limit | No | ||
| cursor | No |