GET
/
{chainName}
/
v1
/
events
/
topics
/
{topicHash}

Path Parameters

topicHash
string
required

Topic hash

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.

secondary-topics
string[]

Extra topics to filter 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