get_order
Retrieve details for a specific Binance USDT-M Futures order using either the Binance order ID or your custom client order ID to monitor trade status and execution.
Instructions
Get details of a specific order by orderId or clientOrderId.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair, e.g. 'BTCUSDT' | |
| order_id | No | Binance order ID | |
| client_order_id | No | Your custom client order ID |