get_order_history
Retrieve historical closed, cancelled, or filled orders by symbol and category.
Instructions
Get historical (closed/cancelled/filled) orders.
Args: symbol: The trading pair, e.g., BTCUSDT. category: Product type: spot, linear, inverse (default: spot). limit: Number of records (default: 50, max: 50).
Returns: List of historical orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| category | No | spot | |
| limit | No |