BinanceAllOrders
Retrieve all account orders for a specific symbol, including active, canceled, and filled, to track trading history.
Instructions
Get all account orders for a specific symbol; active, canceled, or filled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of orders to return (default 500, max 1000) | |
| symbol | Yes | Symbol of the trading pair (e.g., BTCUSDT) | |
| endTime | No | End time in milliseconds | |
| orderId | No | Order ID to start from | |
| startTime | No | Start time in milliseconds |