Balances

Deprecated

Get the account balances

get
Path parameters
addressstringRequired

Account address in bech32 format

Responses
200
Account balances
application/json
get
GET /bank/balances/{address} HTTP/1.1
Host: akt.nownodes.io
Accept: */*
[
  {
    "denom": "stake",
    "amount": "50"
  }
]