get_transactions_by_address
Retrieve transactions for a specific address within defined time ranges using Blockscout MCP Server. Filter by method signature to access detailed blockchain activity data for analysis.
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 | |
methods | No | A method signature to filter transactions by (e.g 0x304e6ade) |