Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
4
  • Linux
  • Apple

paradex-market-details

Retrieve detailed market information, including base and quote assets, tick size, minimum order size, and trading parameters, for a specific market symbol.

Instructions

Get detailed information about a specific market. Retrieves comprehensive details about a specific market, including base and quote assets, tick size, minimum order size, and other trading parameters. Returns: Dict[str, Any]: Detailed market information with the following structure: - success (bool): Whether the request was successful - timestamp (str): ISO-formatted timestamp of the request - environment (str): Current Paradex environment (mainnet/testnet) - details (Dict): Detailed market information including trading parameters - error (str, optional): Error message if request failed

Input Schema

NameRequiredDescriptionDefault
market_idYesMarket symbol to get details for.

Input Schema (JSON Schema)

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