Balances with balance holds
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
]
}