get
https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/distribution/v1beta1/community_pool
Queries the community pool coins.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Parameters
- No parameters are needed.
curl "https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/distribution/v1beta1/community_pool" \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'Returns
OBJECT- The community pool information.
{
"pool": [
{
"denom": "string",
"amount": "string"
}
]
}