Events
Event logs are produced by OP_LOG
in EVM.
Query parameters
orderstring · enumOptionalExample:
order of filters, defaults to asc
asc
Possible values: addressstringOptionalExample:
address of account which is the events emitter
0x0000000000000000000000000000456e65726779
Body
Responses
200
OK
application/json
post
POST /logs/events HTTP/1.1
Host: meter.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 96
{
"range": {
"unit": "block",
"from": 0,
"to": 100000
},
"options": {
"offset": 0,
"limit": 10
},
"topicSets": []
}
200
OK
[
{
"address": "0x7567d83b7b8d80addcb281a71d54fc7b3364ffed",
"topics": [
"0x4de71f2d588aa8a1ea00fe8312d92966da424d9939a511fc0be81e65fad52af8"
],
"data": "0x4de71f2d588aa8a1ea00fe8312d92966da424d9939a511fc0be81e65fad52af8"
},
{
"meta": {
"blockID": "0x0004f6cc88bb4626a92907718e82f255b8fa511453a78e8797eb8cea3393b215",
"blockNumber": 325324,
"blockTimestamp": 1533267900,
"txID": "0x284bba50ef777889ff1a367ed0b38d5e5626714477c40de38d71cedd6f9fa477",
"txOrigin": "0xdb4027477b2a8fe4c83c6dafe7f86678bb1b8a8d"
}
}
]