GET
/
block_results
curl --request GET \
  --url https://namada-rpc-01.originstake.com/block_results \
  --header 'Key: <api-key>'
{
  "200": {
    "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 information regarding the latest block.

Response

200
object