Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
8
  • Linux
  • Apple

paradex_order_status

Track and monitor the status of specific orders on the MCP Paradex Server. Verify order acceptance, execution, cancellation, or rejection details to ensure accurate order lifecycle management and troubleshooting.

Instructions

Check the detailed status of a specific order for execution monitoring. Use this tool when you need to: - Confirm if a particular order was accepted and is active - Check if an order has been filled, partially filled, or canceled - Get execution details for a specific order - Diagnose issues with order placement - Track the status of important orders individually Order status tracking is essential for verifying execution status and troubleshooting any issues with specific orders. Example use cases: - Checking if a recently placed limit order is active in the book - Verifying fill details of a specific order - Determining why an order might have been rejected - Confirming cancellation status of an order you attempted to cancel - Getting execution timestamps for order lifecycle analysis

Input Schema

NameRequiredDescriptionDefault
client_idYesClient-specified order ID.
order_idYesOrder identifier.

Input Schema (JSON Schema)

{ "properties": { "client_id": { "description": "Client-specified order ID.", "title": "Client Id", "type": "string" }, "order_id": { "description": "Order identifier.", "title": "Order Id", "type": "string" } }, "required": [ "order_id", "client_id" ], "title": "get_order_statusArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sv/mcp-paradex-py'

If you have feedback or need assistance with the MCP directory API, please join our Discord server