Dust conversions are not supported in the dashboard, but I was hoping they would be supported in the API. Following the documentation for the regular Binance API, I found the endpoint /sapi/v1/asset/dust. Which responds on the BinanceUS API, but seems to be really inconsistent. It doesn't actually convert the dust and returns random errors without changing how it's being called. Currently getting the error "Illegal characters found in a parameter" with code -1100.
Here is how I'm calling the endpoint from a shell script:
Dust conversions are not supported in the dashboard, but I was hoping they would be supported in the API. Following the documentation for the regular Binance API, I found the endpoint
/sapi/v1/asset/dust
. Which responds on the BinanceUS API, but seems to be really inconsistent. It doesn't actually convert the dust and returns random errors without changing how it's being called. Currently getting the error "Illegal characters found in a parameter" with code -1100.Here is how I'm calling the endpoint from a shell script: