Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
4
  • Linux
  • Apple

paradex-market-summary

Retrieve key market metrics such as price, volume, 24h change, and high/low for a specified market. Provides a summary of current market statistics using data from the MCP Paradex Server.

Instructions

Get a summary of market statistics and current state. Retrieves current market summary information including price, volume, 24h change, and other key market metrics. Returns: Dict[str, Any]: Market summary information including: - Current price - 24h high/low - 24h volume - Price change percentage - Other market statistics If an error occurs, returns: - success (bool): False - timestamp (str): ISO-formatted timestamp of the request - environment (str): Current Paradex environment - error (str): Error message - summary (None): Null value for summary

Input Schema

NameRequiredDescriptionDefault
market_idYesMarket symbol to get summary for.

Input Schema (JSON Schema)

{ "properties": { "market_id": { "description": "Market symbol to get summary for.", "title": "Market Id", "type": "string" } }, "required": [ "market_id" ], "title": "get_market_summaryArguments", "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