get https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/staking/v1beta1/pool
Queries the pool info.
Parameters
- No parameters are needed.
curl https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/staking/v1beta1/pool \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'
Returns
OBJECT
- The staking parameters information.
{
"pool": {
"not_bonded_tokens": "5301958527080",
"bonded_tokens": "249693816479463"
}
}