MCP Paradex Server

by sv
Verified
MIT License
3
  • Linux
  • Apple

paradex-account-open-orders

Retrieve open orders for a trading account on the Paradex platform. Filter results by market ID to monitor active trades and manage positions effectively.

Instructions

Get account open orders. Returns: Dict[str, Any]: Account orders.

Input Schema

NameRequiredDescriptionDefault
market_idNoFilter by market.

Input Schema (JSON Schema)

{ "properties": { "market_id": { "default": null, "description": "Filter by market.", "title": "Market Id", "type": "string" } }, "title": "get_account_open_ordersArguments", "type": "object" }
ID: cq4bz5ljqj