Skip to main content
Glama

MCP Paradex Server

by Habinar
MIT License
1
  • Apple
  • Linux

paradex_account_funding_payments

Monitor and analyze funding payment history to assess its impact on P&L. Use to calculate funding costs, plan position timing, compare costs across markets, and integrate funding into trading strategy profitability.

Instructions

Track your funding payment history to understand its impact on P&L. Use this tool when you need to: - Calculate total funding costs or gains for a position - Analyze how funding has affected your overall performance - Plan position timing around funding payment schedules - Compare funding costs across different markets - Account for funding in your trading strategy profitability Funding payments can significantly impact perpetual futures trading P&L, especially for longer-term positions or in markets with volatile funding rates. Example use cases: - Calculating the total funding component of your P&L - Comparing funding costs against trading profits - Planning position entries/exits around funding payment times - Identifying markets where funding has been consistently favorable - Reconciling funding payments for accounting purposes

Input Schema

NameRequiredDescriptionDefault
end_unix_msYesEnd time in unix milliseconds.
market_idNoFilter 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": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by market ID.", "title": "Market Id" }, "start_unix_ms": { "description": "Start time in unix milliseconds.", "title": "Start Unix Ms", "type": "integer" } }, "required": [ "start_unix_ms", "end_unix_ms" ], "title": "get_account_funding_paymentsArguments", "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