合约API测试下单,返回下单最低要求 $100,不是$5吗?请求帮助

代码:( binance-futures-connector-python/examples/um_futures/trade/new_order.py at main · binance/binance-futures-connector-python · GitHub

response = um_futures_client.new_order(
symbol=“BTCUSDT”,
side=“SELL”,
type=“MARKET”,
quantity=0.001,
)

返回:
ERROR:root:Found error. status: 400, error code: -4164, error message: Order’s notional must be no smaller than 100 (unless you choose reduce only).

@dino :pray:

错误信息写的notional 最少是 100 。
请看这一页 https://binance-docs.github.io/apidocs/spot/cn/#cc81fff589 → MIN_NOTIONAL 最小名义价值(成交额)