/cosmos/distribution/v1beta1/community_pool
CommunityPool queries the community pool coins.
Parameters:
None
Example:
// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/cosmos/distribution/v1beta1/community_pool
// Result
{
"pool": [
{
"denom": "azeta",
"amount": "130976519097831776212463039694846.441903727284595188"
}
]
}
Previous/cosmos/base/tendermint/v1beta1/validatorsets/latestNext/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards
Last updated
Was this helpful?