Armor Crypto MCP

by armorwallet
Verified
GPL 3.0
168
  • Apple
  • Linux

cancel_dca_order

Cancel DCA orders on Armor Crypto MCP by specifying order IDs. Ideal for managing automated crypto trading strategies efficiently.

Instructions

Cancel a DCA order. Expects a list of cancel DCA order requests with the required order IDs.

Input Schema

NameRequiredDescriptionDefault
cancel_dca_order_requestsYes

Input Schema (JSON Schema)

{ "properties": { "cancel_dca_order_requests": { "items": { "additionalProperties": true, "type": "object" }, "title": "Cancel Dca Order Requests", "type": "array" } }, "required": [ "cancel_dca_order_requests" ], "title": "cancel_dca_orderArguments", "type": "object" }
ID: omajxoz8en