fetchAddressTransactionHistory
Retrieve transaction history for wallet addresses across multiple chains, with human-readable dates and ETH values. Supports pagination to navigate large result sets.
Instructions
Get transaction history for wallet addresses across multiple chains, with human-readable dates and ETH values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addresses | Yes | A list of wallet address and network pairs | |
| before | No | The cursor that points to the previous set of results. Use this to paginate through the results. | |
| after | No | The cursor that points to the next set of results. Use this to paginate through the results. | |
| limit | No | The number of results to return. Default is 25. Max is 100 |