get-wallet-transactions
Retrieve detailed transaction data for a specific wallet, including pagination, date range, currency, and transaction types. Use this tool to monitor and analyze wallet activity effectively.
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. | |
currency | No | Currency for price data | USD |
from | No | Start date in ISO 8601 format | |
limit | No | Number of results per page | |
page | No | Page number | |
to | No | End date in ISO 8601 format | |
txId | No | To search with transaction hash | |
types | No | Transaction types, comma separated (deposit,withdraw,approve,executed,balance,fee) |