cancelAllOpenOrders
Cancel all open cryptocurrency trading orders for a specific symbol on the Aster Finance exchange. Use this tool to clear pending orders and manage your trading positions effectively.
Instructions
Cancel all open orders on a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}