cURL
curl --request GET \ --url https://story-rpc-001.originstake.com/block
{ "response": { "block_id": {}, "block": { "header": {}, "data": [ {} ], "evidence": [ {} ], "last_commit": {} } } }
Get block at a specified height
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?