Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?