GET
/
{chainName}
/
v1
/
events
/

Path Parameters

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.

address
string

The address to filter logs by.

topics
string[]

The topics to filter logs by.

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