binance_us_get_oco
Query a specific OCO (One-Cancels-the-Other) order on Binance.US by providing either the order list ID or original client order ID to retrieve order details.
Instructions
Query a specific OCO order on Binance.US. Either orderListId or origClientOrderId must be provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderListId | No | The order list ID to query | |
| origClientOrderId | No | The original client order ID to query | |
| recvWindow | No | Receive window in milliseconds (max 60000) |