get_order_detail
Get detailed information for a specific order by providing its order ID, client order ID, or algo client order ID.
Instructions
Get details of a specific order. Either orderId or clientOrderId or algoClientOrderId is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instId | Yes | Instrument ID, e.g. BTC-USDT | |
| orderId | No | Order ID (takes priority if all provided) | |
| clientOrderId | No | Client-supplied order ID | |
| algoClientOrderId | No | Algo client order ID |