QueryOrderFromOpenApi
Retrieve paginated conversion order lists from Bybit via OpenAPI, filtering by account type, status, coins, and time range. Supports asset and OBU account data for efficient order history review.
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 |