cURL
curl --request GET \ --url https://story-rpc-001.originstake.com/block_results
{ "response": { "height": "<string>", "txs_results": [ {} ], "begin_block_events": [ {} ], "end_block_events": [ {} ] } }
Get block results at a specified height
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?