Skip to main content
Glama

MCP Paradex Server

by sv
MIT License
4
  • Linux
  • Apple

paradex-funding-data

Analyze historical funding rates for perpetual markets to assess holding costs by retrieving data within a specified time range, ensuring informed trading decisions with accurate cost insights.

Instructions

Get historical funding rate data for a perpetual market. Retrieves funding rate history for a specified time period, which is essential for understanding the cost of holding perpetual positions. Returns: Dict[str, Any]: Historical funding rate data with timestamps. 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 - funding_data (None): Null value for funding data

Input Schema

NameRequiredDescriptionDefault
end_unix_msYesEnd time in unix milliseconds.
market_idYesMarket symbol to get funding data 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 funding data 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_funding_dataArguments", "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