Account Transactions
paradex_account_transactionsRetrieve account transaction history with filters for type and time range to reconcile activity, audit trades, track deposits and withdrawals, and analyze funding payments.
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
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_type | No | Filter by transaction type. | |
| start_unix_ms | Yes | Start time in unix milliseconds. | |
| end_unix_ms | Yes | End time in unix milliseconds. | |
| limit | No | Maximum number of transactions to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |