binance-us / binance-us-api-docs

Official Documentation for the Binance US APIs and Streams
407 stars 170 forks source link

binance.us dust conversion error "code":-5004 #24

Open Z3r0XG opened 3 years ago

Z3r0XG commented 3 years ago

Hello, I am receiving this error when I try to convert any asset's dust: {"code":-5004,"msg":"The residual balances of the ADA have exceeded 0.001BTC, Please re-choose."}

If I check my balance using the same API I get this: {"asset":"ADA","free":"0.06300000","locked":"0.00000000"}

As you can see, this is way below the maximum amount. Is dust conversion not supported on binance.us?

Z3r0XG commented 3 years ago

Hello, I was finally able to get a different response, however, it doesn't seem like anything happened:

{ "asset": "ALGO", "free": "0.00048900", "locked": "0.00000000" }

{"totalTransfered":"0","totalServiceCharge":"0","transferResult":[]}