list_dca_orders
Retrieve all active and completed Dollar-Cost Averaging (DCA) orders from the Armor Crypto MCP server to monitor automated cryptocurrency investment strategies.
Instructions
List all DCA orders.
Returns a list of DCAOrderResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
list_dca_order_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"list_dca_order_requests": {
"$ref": "#/$defs/ListDCAOrderRequest"
}
},
"required": [
"list_dca_order_requests"
],
"type": "object"
}