/cosmos/staking/v1beta1/pool

Pool queries the pool info.

Parameters:

None

Example:

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

// Result
{
  "pool": {
    "not_bonded_tokens": "29370490928495197442",
    "bonded_tokens": "20000005100005972544000001002674"
  }
}

Last updated