GET
/
genesis
curl --request GET \
  --url https://story-rpc-001.originstake.com/genesis
{
  "response": {
    "genesis": {
      "genesis_time": "<string>",
      "chain_id": "<string>",
      "initial_height": "<string>",
      "consensus_params": {},
      "validators": [
        {}
      ],
      "app_hash": "<string>"
    }
  }
}

Response

response
object

Genesis information