/cosmos/staking/v1beta1/pool

Pool queries the pool info.

Parameters:

None

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://froopyland.blockpi.network/lcd/v1/<your-api-key>/cosmos/staking/v1beta1/pool

// Result
{
    "pool": {
        "bonded_tokens": "11769927926978054284428698",
        "not_bonded_tokens": "408780931525238056995823"
    }
}

Last updated