Balance mismatches
Path parameters
dust_factorstring · int64Required
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/exchange/v1beta1/balance_mismatches/{dust_factor} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"balance_mismatches": [
{
"subaccountId": "text",
"denom": "text",
"available": "text",
"total": "text",
"balance_hold": "text",
"expected_total": "text",
"difference": "text"
}
]
}