get-wallet-transactions
Retrieve transaction history for a cryptocurrency wallet, including details like amounts, dates, and types, after ensuring data synchronization.
Instructions
Get transaction data for a specific wallet. Ensure transactions are synced by calling PATCH /transactions first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Wallet address | |
| connectionId | Yes | The identifier of connection, which you received from /wallet/blockchains call response. | |
| page | No | Page number | |
| limit | No | Number of results per page | |
| from | No | Start date in ISO 8601 format | |
| to | No | End date in ISO 8601 format | |
| currency | No | Currency for price data | USD |
| types | No | Transaction types, comma separated (deposit,withdraw,approve,executed,balance,fee) | |
| txId | No | To search with transaction hash |