Deprecated: Prefer to use x/protocolpool module's CommunityPool rpc method. Since: cosmos-sdk 0.50
QueryCommunityPoolResponse is the response type for the Query/CommunityPool RPC method.
Deprecated Since: cosmos-sdk 0.50
GET /cosmos/distribution/v1beta1/community_pool HTTP/1.1 Host: tia-rest.nownodes.io Accept: */*
A successful response.
{ "pool": [ { "denom": "text", "amount": "text" } ] }