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).