Community pool

CommunityPool queries the community pool coins.

get
Responses
200
A successful response.
application/json
get
GET /cosmos/distribution/v1beta1/community_pool HTTP/1.1
Host: stride.nownodes.io
Accept: */*
{
  "pool": [
    {
      "denom": "text",
      "amount": "text"
    }
  ]
}