Pool

Pool queries the pool info.

get
Responses
200

A successful response.

application/json
get
GET /cosmos/staking/v1beta1/pool HTTP/1.1
Host: 
Accept: */*
{
  "pool": {
    "not_bonded_tokens": "text",
    "bonded_tokens": "text"
  }
}

Last updated

Was this helpful?