Community pool
Responses
200
A successful response.
application/json
QueryCommunityPoolResponse is the response type for the Query/CommunityPool RPC method.
default
An unexpected error response.
application/json
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?