Get logs
rpc_get_logsRetrieve indexed blockchain logs and events across EVM chains by filtering with block range, address, and topics for targeted data analysis.
Instructions
Query indexed logs/events with block range and topic filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topics | No | ||
| address | No | ||
| chainId | Yes | EVM chain ID (for example 1 for Ethereum mainnet) | |
| toBlock | No | latest | |
| fromBlock | No | latest |