_getCommunityPoolCoins

Queries the community pool coins.

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"
    }
  ]
}

Try Yourself

Language
Click Try It! to start a request and see the response here!