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/blockchain
{ "response": { "last_height": "<string>", "block_metas": [ {} ] } }
Get block headers (max: 20) for height between minHeight and maxHeight
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?