Consensus & Network
Get Genesis
Get genesis document
GET
/
genesis
curl --request GET \
--url https://namada-rpc-01.originstake.com/genesis \
--header 'Key: <api-key>'
{
"200": {
"genesis": {
"genesis_time": "<string>",
"chain_id": "<string>",
"initial_height": "<string>",
"consensus_params": {},
"validators": [
{}
],
"app_hash": "<string>"
}
}
}
Response
curl --request GET \
--url https://namada-rpc-01.originstake.com/genesis \
--header 'Key: <api-key>'
{
"200": {
"genesis": {
"genesis_time": "<string>",
"chain_id": "<string>",
"initial_height": "<string>",
"consensus_params": {},
"validators": [
{}
],
"app_hash": "<string>"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.