wallet_get_movements
Retrieve wallet movement history with optional filters for symbol or specific movement ID, showing type, amount, status, and date for each transaction.
Instructions
History of Wallet operations. Optional movement_id for specific details, symbol filter, limit/offset for pagination. Returns type, amount, symbol, status, date. Status ENUM: pending, completed, failed. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| limit | No | Number of records to return (default: 10) | |
| offset | No | Offset for pagination (default: 0) | |
| symbol | No | Filter by cryptocurrency or fiat symbol (e.g., BTC, EUR) | |
| movement_id | No | Filter by specific movement UUID. If provided, returns only that movement with full details. |