Consensus Client API
cURL
curl --request GET \ --url https://api.example.com/bank/balances/{address}/by_denom
{ "code": 200, "msg": { "balance": { "denom": "stake", "amount": "0" } }, "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.
address is the address to query balances for.
denom is the coin denom to query balances for.
Show child attributes