get_transactions_by_address
Retrieve native currency transfers and smart contract interactions for a specific address, excluding token transfers. Use date ranges or method filters to refine results. Supports pagination for large datasets.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | Address which either sender or receiver of the transaction | |
age_from | No | Start date and time (e.g 2025-05-22T23:00:00.00Z). | |
age_to | No | End date and time (e.g 2025-05-22T22:30:00.00Z). | |
chain_id | Yes | The ID of the blockchain | |
cursor | No | The pagination cursor from a previous response to get the next page of results. | |
methods | No | A method signature to filter transactions by (e.g 0x304e6ade) |