cosmos/staking/v1beta1/pool

Parameters

None

Result

The pool info.

Example

Request

curl <your-rest-endpoint>/cosmos/staking/v1beta1/pool \
  -X GET \
  -H "accept: application/json"

Return

{
    "pool": {
        "not_bonded_tokens": "16435014088186",
        "bonded_tokens": "201551789947866"
    }
}