fetchAddressTransactionHistory
Retrieve and analyze transaction history for specified wallet addresses across multiple blockchain networks. Use pagination to manage large datasets and filter results by network for targeted insights.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addresses | Yes | A list of wallet address and network pairs | |
after | No | The cursor that points to the next set of results. Use this to paginate through the results. | |
before | No | The cursor that points to the previous set of results. Use this to paginate through the results. | |
limit | No | The number of results to return. Default is 25. Max is 100 |