For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pool

Pool queries the pool info.

get
Responses
200

A successful response.

application/json

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

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

Last updated

Was this helpful?