By denom
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
default
An unexpected error response.
application/json
get
GET /cosmos/bank/v1beta1/spendable_balances/{address}/by_denom HTTP/1.1
Host: coreum.nownodes.io
Accept: */*
{
"balance": {
"denom": "text",
"amount": "text"
}
}