QueryBalanceWithBalanceHoldsResponse is the response type for the Query/QueryBalanceWithBalanceHolds RPC method.
GET /injective/exchange/v1beta1/balances_with_balance_holds HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "balance_with_balance_holds": [ { "subaccountId": "text", "denom": "text", "available": "text", "total": "text", "balance_hold": "text" } ] }