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

200
object