Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
8
  • Linux
  • Apple

paradex_trades

Analyze market transactions to detect large trades, calculate average trade size, and identify buy/sell imbalances. Monitor execution prices, assess liquidity, and understand market momentum through trade flow data.

Instructions

Analyze actual market transactions to understand market sentiment and liquidity. Use this tool when you need to: - Detect large trades that might signal institutional activity - Calculate average trade size during specific periods - Identify buy/sell pressure imbalances - Monitor execution prices vs. order book prices - Understand market momentum through trade flow Trade data provides insights into actual market activity versus just orders, helping you understand how other participants are behaving. Example use cases: - Detecting large "whale" transactions that might influence price - Analyzing trade sizes to gauge market participation - Identifying periods of aggressive buying or selling - Understanding trade frequency as an indicator of market interest - Comparing executed prices to orderbook mid-price for market impact analysis

Input Schema

NameRequiredDescriptionDefault
end_unix_msYesEnd time in unix milliseconds.
market_idYesMarket symbol to get trades for.
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": "Market symbol to get trades for.", "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_tradesArguments", "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