Events
Event logs are produced by OP_LOG
in EVM.
Query parameters
orderstring · enumoptionalExample:
order of filters, defaults to asc
asc
Available options: addressstringoptionalExample:
address of account which is the events emitter
0x0000000000000000000000000000456e65726779
Body
rangeobjectoptional
defines the range to filter in. e.g.
{
"range": {
"unit": "block",
"from": 10,
"to": 1000
}
}
refers to the range from block 10 to block 1000.
null
stands for the full range.
optionsobjectoptional
pass these parameters if you need filtered results paged. e.g.
{
"options": {
"offset": 0,
"limit": 10
}
}
the above refers that page offset is 0, and the page size is 10.
pass options null
if you don't need to demand paging.
topicSetsobject[]optionalExample:
a set of topics joined with and
operator. null
topics are ignored. e.g.
{
"topic0": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"topic1": null
}
matches events whose topic0
equals 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
.
{"topic0":"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"}
Responses
application/json
cURL
JavaScript
Python
HTTP
200