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"
}
]
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲