GET
/
v1
/
{chainName}
/
events
/
address
/
{contractAddress}
/
Credit Cost: 0.01 per item.
Processing: Realtime

Path Parameters

chainName
string
required

The chain name eg: eth-mainnet.

contractAddress
string
required

The requested contract address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.

Query Parameters

starting-block
integer

The first block to retrieve log events with. Accepts decimals, hexadecimals, or the strings earliest and latest.

ending-block
string

The last block to retrieve log events with. Accepts decimals, hexadecimals, or the strings earliest and latest.

page-size
integer

Number of items per page. Omitting this parameter defaults to 100.

page-number
integer

0-indexed page number to begin pagination.

Response

200 - application/json
updated_at
string

The timestamp when the response was generated. Useful to show data staleness to users.

chain_id
integer

The requested chain ID eg: 1.

chain_name
string

The requested chain name eg: eth-mainnet.

items
object[]

List of response items.

pagination
object

Pagination metadata.