Skip to main content
Glama

MCP Paradex Server

by Habinar
MIT License
1
  • Apple
  • Linux

paradex_account_fills

Analyze executed trades to review performance, calculate average entry prices, track realized PnL, and verify execution details for reconciliation. Essential for evaluating execution quality and trade history across markets.

Instructions

Analyze your executed trades to evaluate performance and execution quality. Use this tool when you need to: - Review your trading history across specific markets - Calculate your average entry price for multi-fill positions - Analyze execution quality compared to intended prices - Track realized PnL from completed trades - Verify order execution details for reconciliation Detailed fill information is essential for performance analysis and understanding how your orders were actually executed. Example use cases: - Calculating volume-weighted average price (VWAP) of your entries - Analyzing execution slippage from your intended prices - Reviewing trade history for tax or accounting purposes - Tracking commission costs across different markets - Identifying which of your strategies produced the best execution

Input Schema

NameRequiredDescriptionDefault
end_unix_msYesEnd time in unix milliseconds.
market_idYesFilter by market ID.
start_unix_msYesStart time in unix milliseconds.

Input Schema (JSON Schema)

{ "properties": { "end_unix_ms": { "description": "End time in unix milliseconds.", "title": "End Unix Ms", "type": "integer" }, "market_id": { "description": "Filter by market ID.", "title": "Market Id", "type": "string" }, "start_unix_ms": { "description": "Start time in unix milliseconds.", "title": "Start Unix Ms", "type": "integer" } }, "required": [ "market_id", "start_unix_ms", "end_unix_ms" ], "title": "get_account_fillsArguments", "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/Habinar/mcp-paradex-py'

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