/cosmos/staking/v1beta1/pool

Pool queries the pool info.

Parameters:

None

Example:

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

// Result
{
    "pool": {
        "not_bonded_tokens": "6041984437357",
        "bonded_tokens": "207384995638960"
    }
}

Last updated