getAllOpenOrders
Retrieve all active trading orders for a specific cryptocurrency symbol to monitor positions and manage order execution.
Instructions
Get all open orders on a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"type": "object"
}