Logs
Get Event Logs by Address
Returns the event logs from an address, with optional filtering by block range.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
address | the |
fromBlock | the |
toBlock | the |
page | the |
offset | the number of transactions displayed per page
limited to 1000 records per query, use the |
Get Event Logs by Topics
Returns the events log in a block range, filtered by topics.
Usage:
For a single topic, specify the topic number such as
topic0
,topic1
,topic2
,topic3
For multiple topics, specify the topic numbers and topic operator either
and
oror
such as below
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
fromBlock | the |
toBlock | the |
topic | the topic numbers to search for
limited to |
topicOperator | the topic operator when multiple topic combinations are used
limited to |
page | the |
offset | the number of transactions displayed per page
limited to 1000 records per query, use the |
Get Event Logs by Address filtered by Topics
Returns the event logs from an address, filtered by topics and block range.
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Description |
---|---|
fromBlock | the |
toBlock | the |
address | the |
topic | the topic numbers to search for
limited to |
topicOperator | the topic operator when multiple topic combinations are used
limited to |
page | the |
offset | the number of transactions displayed per page
limited to 1000 records per query, use the |
Last updated