get_order_history
Retrieve detailed order history for authenticated users on Bybit, filtering by category, symbol, order status, and more to track trading activity and manage transactions.
Instructions
Get order history for the authenticated user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
baseCoin | No | Base coin. Used to get all symbols with this base coin | |
category | Yes | Product type | spot |
limit | No | Maximum number of results (default: 200) | |
orderFilter | No | Order filter | |
orderId | No | Order ID | |
orderLinkId | No | User customised order ID | |
orderStatus | No | Order status | |
symbol | No | Trading symbol, e.g., BTCUSDT |