Utility
Get logs
Commonly used to get all the event logs of the latest block, or for a range of blocks. Includes sender contract metadata as well as decoded logs.
GET
/
v1
/
{chainName}
/
events
/
Credit Cost: 5 per block.
Processing: Realtime
Processing: Realtime
Limits:
Path Parameters
The chain name eg: eth-mainnet
.
Query Parameters
The first block to retrieve log events with. Accepts decimals, hexadecimals, or the strings earliest
and latest
.
The last block to retrieve log events with. Accepts decimals, hexadecimals, or the strings earliest
and latest
.
The address of the log events sender contract.
The topic hash(es) to retrieve logs with.
The block hash to retrieve logs for.
Omit decoded log events.