Get log events by contract address
Commonly used to get all the event logs emitted from a particular contract address. Useful for building dashboards that examine on-chain interactions.
Credit Cost
Processing
Authorizations
Bearer authentication header of the form: Bearer <token>, where <token> is your GoldRush API Key.
Path Parameters
The chain name eg: eth-mainnet.
The requested contract address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.
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.
Number of items per page. Omitting this parameter defaults to 100.
0-indexed page number to begin pagination.
Response
Successful response