To create buy (BUY) orders, the user must send a non-zero amount the quote asset. Additionally, the order's size, computed as
floor(quote_amount / price) Copy
floor(quote_amount / price)
must also be non zero.
To create ask (SELL) orders, the user must send a non-zero amount the base asset.
To create buy (BUY) orders, the user must send a non-zero amount the quote asset. Additionally, the order's size, computed as
must also be non zero.