Events
Get transaction logs
Lists event logs for a range of blocks.
GET
Path Parameters
Name of the blockchain (e.g., ethereum, polygon, bsc)
Query Parameters
The block height to start from, inclusive. Defaults to genesis block.
The block height to end at, inclusive. Defaults to latest block height.
The address to filter logs by.
A comma separated list of topics to filter logs by.
Page number
Required range:
x > 0
Page size
Required range:
1 < x < 100