GET
/
{chainName}
/
v1
/
events
/
address
/
{contractAddress}

Path Parameters

contractAddress
string
required

Contract address

chainName
string
required

Name of the blockchain (e.g., ethereum, polygon, bsc)

Query Parameters

starting-block
integer

The block height to start from, defaults 0.

ending-block
integer

The block height to end at, defaults to current block height.

pagination
object

Response

200 - application/json
address
string
required
block_number
integer
required
block_timestamp
string
required
data
string
required
decoded
object
log_index
integer
required
topics
string[]
required
transaction_hash
string
required
transaction_index
integer
required