Community pool

CommunityPool queries the community pool coins.

get

Deprecated: Prefer to use x/protocolpool module's CommunityPool rpc method. Since: cosmos-sdk 0.50

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