v1
latestSwagger 2.02026-07-17127100479.5 KBtransactions
Get transaction events
Returns a paginated list of ABCI events emitted during transaction execution for the given transaction hash.
get/tx/{hash}/events
Path parameters
hashstring required
Transaction hash in hexadecimal
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
Response
OK
Example response
[
{
"height": 100,
"id": 321,
"position": 1,
"time": "2023-07-04T03:10:57+00:00",
"tx_id": 11
}
]