MCP Paradex Server

by sv
Verified
MIT License
3
  • Linux
  • Apple

paradex-get-order-status

Retrieve detailed order information by entering the order ID. Access real-time status and specifics using the MCP Paradex Server for managing transactions on the perpetual futures trading platform.

Instructions

Get order status. Returns: Dict[str, Any]: Order details.

Input Schema

NameRequiredDescriptionDefault
order_idYesOrder identifier.

Input Schema (JSON Schema)

{ "properties": { "order_id": { "description": "Order identifier.", "title": "Order Id", "type": "string" } }, "required": [ "order_id" ], "title": "get_order_statusArguments", "type": "object" }
ID: cq4bz5ljqj