Returns an array of logs matching a specified filter object. Maximum 1000 logs per request. Use pagination for more results.
JSON-RPC Method: eth_getLogs
This endpoint uses the standard Ethereum JSON-RPC 2.0 format.
Optional API key for increased rate limits.
Without API key:
With API key:
Usage: Add apikey=YOUR_KEY to any request query string.
2.0 "2.0"
eth_getLogs "eth_getLogs"
[
{
"address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"fromBlock": "0x1234567",
"toBlock": "latest",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"
]
}
]1