QueryOrderFromOpenApi
Retrieve a paginated list of conversion orders using OpenAPI. Supports asset and OBU accounts with filtering by type, status, and time range.
Instructions
Paginated query of conversion order list via OpenAPI, supports asset account and OBU account data.
OpenAPI interface, requires API Key authentication
ACL permission: RESOURCE_GROUP_EXCHANGE_HISTORY + PERMISSION_READ_WRITE
Rate limit: 600/min for same group
Old path: /asset/v2/private/exchange/exchange-order-query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No | ||
| cursor | No | ||
| toCoin | No | ||
| endTime | No | ||
| fromCoin | No | ||
| direction | No | ||
| startTime | No | ||
| accountType | No | ||
| exchangeStatus | No |