cosmos-gaminghub / explorer-backend

GAME Explorer Backend
https://game-explorer.io
2 stars 2 forks source link

[feature] add community pool info in explorer #68

Open EG-easy opened 2 years ago

EG-easy commented 2 years ago

To get the community pool, we can use this endpoint.

/cosmos/distribution/v1beta1/community_pool response

{
  "pool": [
    {
      "denom": "ugame",
      "amount": "15145127389.991045560904557260"
    }
  ]
}