Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/distribution/v1beta1/community_pool

WARNING: This query will fail if an external community pool is used.

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/distribution/v1beta1/community_pool"
{
  "pool": [
    {
      "denom": "string",
      "amount": "string"
    }
  ]
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}