cancel_order
Cancel a specific open order by its ID, or clear all resting orders without an ID. Requires API credentials.
Instructions
Cancel one resting order by id, or all open orders if order_id is omitted. Requires API credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | No | Order id to cancel. Omit to cancel ALL open orders. | |
| market_id | No | Market id (recommended when cancelling a single order). |