Get block at a specified height
curl --request GET \ --url https://story-rpc-001.originstake.com/block
{ "response": { "block_id": {}, "block": { "header": {}, "data": [ {} ], "evidence": [ {} ], "last_commit": {} } } }
Block height to return. If no height is provided, it will fetch the latest block.
Block information
Show Properties
Block ID containing hash and parts
Block data containing header, data, evidence and last commit
Block header information
Transactions in the block
Evidence of malicious behavior
Last block commit information
Was this page helpful?