Events for Transaction
Get events for a transaction, used in case a transaction has more then a 100 of them
get/transaction/event
Query parameters
transaction_idstring required
offsetinteger
Set offset to get later pages, should be in increments of 100
Response
Responses for GET /transaction/event
Example response
{
"events": [
{
"event_index": 3,
"fields": {
"from": "0xf8d6e0586b0a20c7",
"id": 123
},
"name": "A.f8d6e0586b0a20c7.ExampleNFT.Withdraw"
}
]
}