adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 663 forks source link

<APIError> code=-1013, msg=Filter failure: MIN_NOTIONAL #426

Closed krasi-georgiev closed 1 year ago

krasi-georgiev commented 1 year ago

This error happens when trying to convert small amounts.

I imagine this limit is set on the binance API, but I can't see how to disable it.

Any ideas if this can be disabled or some workaround?

f0o commented 1 year ago

You cant, this is Binance's API Backend telling you that you're not meeting the requirements.

https://binance-docs.github.io/apidocs/spot/en/#filters

krasi-georgiev commented 1 year ago

Thanks