binance_us_get_order
Check the status of a specific trading order on Binance.US by providing the order ID or client order ID and trading pair symbol.
Instructions
Query the status of a specific order on Binance.US. Either orderId or origClientOrderId must be provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair symbol (e.g., BTCUSD) | |
| orderId | No | The order ID to query | |
| origClientOrderId | No | The original client order ID to query | |
| recvWindow | No | Receive window in milliseconds (max 60000) |