Get block results at a specified height
curl --request GET \ --url https://story-rpc-001.originstake.com/block_results
{ "response": { "height": "<string>", "txs_results": [ {} ], "begin_block_events": [ {} ], "end_block_events": [ {} ] } }
Height to return. If no height is provided, it will fetch results for the latest block.
Block results information
Show Properties
Block height
Array of transaction results containing code, data, log, info, gas details and events
Events emitted during BeginBlock
Events emitted during EndBlock
Was this page helpful?