Pool

Pool queries the pool info.

get
Responses
application/json
objectOptional

QueryPoolResponse is response type for the Query/Pool RPC method.

get
GET /cosmos/staking/v1beta1/pool HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "pool": {
    "not_bonded_tokens": "text",
    "bonded_tokens": "text"
  }
}