For the complete documentation index, see llms.txt. This page is also available as Markdown.

Community pool

CommunityPool queries the community pool coins.

get
Responses
200

A successful response.

application/json

QueryCommunityPoolResponse is the response type for the Query/CommunityPool RPC method.

get/cosmos/distribution/v1beta1/community_pool
GET /cosmos/distribution/v1beta1/community_pool HTTP/1.1
Accept: */*
{
  "pool": [
    {
      "denom": "text",
      "amount": "text"
    }
  ]
}

Last updated

Was this helpful?