get_order_history
Retrieve your order history from Bybit by specifying product type. Filter by symbol, order ID, status, and more, with pagination support.
Instructions
Query order history.
Args:
category: Product type - spot, linear, inverse, option
symbol: Symbol name
orderId: Order ID
orderLinkId: User custom order ID
orderStatus: Order status - New, PartiallyFilled, Filled, Cancelled, etc.
limit: Limit per page (max 50, default 20)
cursor: Pagination cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| symbol | No | ||
| orderId | No | ||
| category | Yes | ||
| orderLinkId | No | ||
| orderStatus | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |