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

Query Parameters

hash
string
required

Block hash

Response

200
object