QueryBalanceMismatchesResponse is the response type for the Query/QueryBalanceMismatches RPC method.
GET /injective/exchange/v1beta1/balance_mismatches/{dust_factor} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "balance_mismatches": [ { "subaccountId": "text", "denom": "text", "available": "text", "total": "text", "balance_hold": "text", "expected_total": "text", "difference": "text" } ] }