Armor Crypto MCP

by armorwallet
Verified
GPL 3.0
168
  • Apple
  • Linux

create_dca_order

Automate DCA (Dollar-Cost Averaging) orders by submitting a list of requests with required parameters. Streamlines recurring crypto investments through Armor Crypto MCP’s unified blockchain operations.

Instructions

Create a DCA order. Expects a list of DCA order requests with required parameters.

Input Schema

NameRequiredDescriptionDefault
dca_order_requestsYes

Input Schema (JSON Schema)

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