Balances with balance holds

Retrieves available and total balances with balance holds

get
Responses
200
A successful response.
application/json
get
GET /injective/exchange/v1beta1/balances_with_balance_holds HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
  "balance_with_balance_holds": [
    {
      "subaccountId": "text",
      "denom": "text",
      "available": "text",
      "total": "text",
      "balance_hold": "text"
    }
  ]
}