By denom

SpendableBalanceByDenom queries the spendable balance of a single denom for a single account.

get

When called from another module, this query might consume a high amount of gas if the pagination field is incorrectly set.

Since: cosmos-sdk 0.47

Path parameters
addressstringRequired

address is the address to query balances for.

Query parameters
denomstringOptional

denom is the coin denom to query balances for.

Responses
200
A successful response.
application/json
get
GET /cosmos/bank/v1beta1/spendable_balances/{address}/by_denom HTTP/1.1
Host: kava.nownodes.io
Accept: */*
{
  "balance": {
    "denom": "text",
    "amount": "text"
  }
}