cancelOrder
Cancel an existing cryptocurrency trading order on supported exchanges using account credentials, order ID, and trading symbol.
Instructions
Cancel an existing order using a configured account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountName | Yes | Account name defined in the configuration file (e.g., 'bybit_main') | |
| id | Yes | Order ID to cancel | |
| symbol | Yes | Trading symbol (e.g., 'BTC/USDT') | |
| params | No | Additional exchange-specific parameters |