wallet_get_movements
Retrieve wallet operation history with filters for movement ID, symbol, and pagination. Returns type, amount, symbol, status (pending, completed, failed), and date.
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 |
|---|---|---|---|
| movement_id | No | Filter by specific movement UUID. If provided, returns only that movement with full details. | |
| symbol | No | Filter by cryptocurrency or fiat symbol (e.g., BTC, EUR) | |
| limit | No | Number of records to return (default: 10) | |
| offset | No | Offset for pagination (default: 0) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |