cancel_order
Cancel pending orders by order ID. Use get_pending_orders to locate the order ID first.
Instructions
Cancel a pending order by its order id. Use get_pending_orders to find the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker the order belongs to | |
| order_id | Yes | Order uid returned by buy_asset/sell_asset or get_pending_orders |