MCP Paradex Server

by sv
Verified

paradex-account-funding-payments

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" }