binance_us_cancel_oco
Cancel an OCO (One-Cancels-the-Other) order on Binance.US to remove both linked limit orders simultaneously.
Instructions
Cancel an entire OCO order on Binance.US. Cancelling any individual leg will cancel the entire OCO.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair symbol (e.g., BTCUSD) | |
| orderListId | No | The order list ID to cancel | |
| listClientOrderId | No | The list client order ID to cancel | |
| newClientOrderId | No | New client order ID for this cancel request | |
| recvWindow | No | Receive window in milliseconds (max 60000) |