Skip to main content
GET
/
bank
/
balances
/
{address}
/
by_denom
GetBalancesByAddressDenom
curl --request GET \
  --url https://api.example.com/bank/balances/{address}/by_denom
{
  "code": 200,
  "msg": {
    "balance": {
      "denom": "stake",
      "amount": "0"
    }
  },
  "error": ""
}

Documentation Index

Fetch the complete documentation index at: https://docs.story.foundation/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

address
string
required

address is the address to query balances for.

Query Parameters

denom
string

denom is the coin denom to query balances for.

Response

200 - application/json
code
integer
required
msg
object
required
error
string
required