Events
Get events by name in decending order
get/events
Query parameters
heightinteger required
block height
namestring required
offsetinteger
Set offset to get later pages, should be in increments of 100
Response
Responses for GET /events
Example response
{
"events": [
{
"block_height": 63253147,
"event_index": 3,
"fields": {
"from": "0xf8d6e0586b0a20c7",
"id": 123
},
"name": "A.f8d6e0586b0a20c7.ExampleNFT.Withdraw",
"timestamp": "2023-10-18 19:43:18.631339+00",
"transaction_hash": "3b456a38d04fdb6ca285db39936b7a74fccbefa2f0fea9a8ef57c4d67fdfdfca"
}
]
}