Search for blocks matching specified criteria
curl --request GET \ --url https://story-rpc-001.originstake.com/block_search
{ "response": { "blocks": [ {} ], "total_count": "<string>" } }
Query string (e.g. “block.height > 100”)
Page number (1-based)
Number of entries per page (max: 100)
Sort order (“asc” or “desc”)
Block search results
Show Properties
List of matching blocks
Total number of matching blocks
Was this page helpful?