GET
/
block_results
curl --request GET \
  --url https://story-rpc-001.originstake.com/block_results
{
  "response": {
    "height": "<string>",
    "txs_results": [
      {}
    ],
    "begin_block_events": [
      {}
    ],
    "end_block_events": [
      {}
    ]
  }
}

Query Parameters

height
integer

Height to return. If no height is provided, it will fetch results for the latest block.

Response

response
object

Block results information