v1
latestSwagger 2.02026-07-17127100479.5 KBblock
Get events from begin and end of block
Returns begin-block and end-block ABCI events for the block at the given height. These events are emitted by the Cosmos SDK before and after transaction execution.
get/block/{height}/events
Path parameters
heightinteger required
Block height
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
}
]