Get block headers (max: 20) for height between minHeight and maxHeight
curl --request GET \ --url https://story-rpc-001.originstake.com/blockchain
{ "response": { "last_height": "<string>", "block_metas": [ {} ] } }
Minimum block height to return
Maximum block height to return
Blockchain information
Show Properties
Height of the last block
Array of block metadata containing block_id, block_size, header, and num_txs
Was this page helpful?