Loading…
Loading…
Scan the chain for event logs matching an address/topic filter. Limited to 10,000 results and a 10,000-block range per call.
Scan the chain for event logs matching an address/topic filter. Limited to 10,000 results and a 10,000-block range per call.
Press Send Request to see a response.
curl -X POST '/rpc' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"eth_getLogs","params":[{"fromBlock":"earliest","toBlock":"latest","topics":[]}],"id":1}'