Skip to main content
Glama

MCP Paradex Server

by Habinar
MIT License
1
  • Apple
  • Linux

paradex_account_transactions

Retrieve and filter account transaction history, including deposits, withdrawals, trades, and funding payments, for auditing, reconciliation, and activity tracking.

Instructions

Get account transaction history. Retrieves a filtered history of account transactions, including deposits, withdrawals, trades, funding payments, and other account activities. Use transaction_type and time filters to limit the results and avoid overwhelming the client. This tool is valuable for: - Reconciliation of account activity - Auditing trading history - Tracking deposits and withdrawals - Analyzing funding payments over time

Input Schema

NameRequiredDescriptionDefault
end_unix_msYesEnd time in unix milliseconds.
limitNoMaximum number of transactions to return.
start_unix_msYesStart time in unix milliseconds.
transaction_typeNoFilter by transaction type.

Input Schema (JSON Schema)

{ "properties": { "end_unix_ms": { "description": "End time in unix milliseconds.", "title": "End Unix Ms", "type": "integer" }, "limit": { "default": 50, "description": "Maximum number of transactions to return.", "title": "Limit", "type": "integer" }, "start_unix_ms": { "description": "Start time in unix milliseconds.", "title": "Start Unix Ms", "type": "integer" }, "transaction_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by transaction type.", "title": "Transaction Type" } }, "required": [ "start_unix_ms", "end_unix_ms" ], "title": "get_account_transactionsArguments", "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