MCP Paradex Server

by sv
Verified
MIT License
3
  • Linux
  • Apple

paradex-account-funding-payments

Retrieve account funding payments from the Paradex perpetual futures trading platform by specifying start and end times or filtering by market ID using the MCP Paradex Server.

Instructions

Get account funding payments. Returns: Dict[str, Any]: Account funding payments.

Input Schema

NameRequiredDescriptionDefault
end_unix_msNoEnd time in unix milliseconds.
market_idNoFilter by market ID.
start_unix_msNoStart time in unix milliseconds.

Input Schema (JSON Schema)

{ "properties": { "end_unix_ms": { "default": null, "description": "End time in unix milliseconds.", "title": "End Unix Ms", "type": "integer" }, "market_id": { "default": null, "description": "Filter by market ID.", "title": "Market Id", "type": "string" }, "start_unix_ms": { "default": null, "description": "Start time in unix milliseconds.", "title": "Start Unix Ms", "type": "integer" } }, "title": "get_account_funding_paymentsArguments", "type": "object" }
ID: cq4bz5ljqj