尝试使用 python-binance api 下买或卖订单时,出现以下错误:
APIError(code=-1013): Filter failure: LOT_SIZE.
Run Code Online (Sandbox Code Playgroud)
现在我在iceberg_parts看到这意味着我的买卖数量可能有问题。我试图将数量增加 10 倍,但这只会给我另一个相关错误:
APIError(code=-1013): Filter failure: MIN_NOTIONAL.
Run Code Online (Sandbox Code Playgroud)
这是我的一些代码:
APIError(code=-1013): Filter failure: LOT_SIZE.
Run Code Online (Sandbox Code Playgroud)
你知道如何解决这个问题吗?