Credit Cost
Processing
Related guides
Related guides
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 endpoint will return event logs that contain this topic hash.
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
.
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.
Response
Successful response
The timestamp when the response was generated. Useful to show data staleness to users.
The requested chain ID eg: 1
.
The requested chain name eg: eth-mainnet
.
The latest block height of the blockchain at the time this response was provided.
The timestamp of the latest signed block at the time this response was provided.
List of response items.
Pagination metadata.