Commonly used to get all event logs of the same topic hash across all contracts within a particular chain. Useful for cross-sectional analysis of event logs that are emitted on-chain.
Related guides
Bearer authentication header of the form: Bearer <token>
, where <token>
is your GoldRush API Key.
The chain name eg: eth-mainnet
.
The endpoint will return event logs that contain this topic hash.
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
.
Additional topic hash(es) to filter on - padded & unpadded address fields are supported. Separate multiple topics with a comma.
Number of items per page. Omitting this parameter defaults to 100.
0-indexed page number to begin pagination.
Successful response
The response is of type object
.