GET
/
block
curl --request GET \
  --url https://namada-rpc-01.originstake.com/block \
  --header 'Key: <api-key>'
{
  "200": {
    "block_id": {},
    "block": {}
  }
}

Query Parameters

height
integer

Block height to return. If no height is provided, it will fetch the latest block.

Response

200
object