Consensus Client API
cURL
curl --request GET \ --url https://api.example.com/bank/supply/by_denom
{ "code": 200, "msg": { "amount": { "denom": "stake", "amount": "8000002" } }, "error": "" }
Documentation IndexFetch the complete documentation index at: https://docs.story.foundation/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.story.foundation/llms.txt
Use this file to discover all available pages before exploring further.
denom is the coin denom to query balances for.
Show child attributes