get_all_orders
Retrieve all limit, take profit, and stop loss orders from cryptocurrency trading operations to monitor and manage active trading positions.
Instructions
Retrieve all limit, take profit and stop loss orders.
Returns a list of orders.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
get_all_orders_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"get_all_orders_requests": {
"$ref": "#/$defs/ListOrderRequest"
}
},
"required": [
"get_all_orders_requests"
],
"type": "object"
}