Multiple New OrdersAsk AIpost https://api.bitfinex.com/v1/order/new/multiSubmit several new orders at once, can be used to create margin, exchange, and derivative orders.Form DatasymbolstringrequiredThe name of the symbol (see /symbols).amountstringrequiredOrder size: how much you want to buy or sellpricestringrequiredPrice to buy or sell at. Must be positive. Use random number for market orders.sidestringrequiredEither “buy” or “sell”.typestringrequiredEither “market” / “limit” / “stop” / "stop limit" / “trailing-stop” / “fill-or-kill” / "immediate-or-cancel" / “exchange market” / “exchange limit” / “exchange stop” / "exchange stop limit" / “exchange trailing-stop” / “exchange fill-or-kill” / "exchange immediate-or-cancel" . (type starting by “exchange ” are exchange orders, others are margin trading orders)exchangestring"bitfinex"levint32Defaults to 10Set the leverage for a derivative order, supported by derivative symbol orders only. The value should be between 1 and 100 inclusive. The field is optional, if omitted the default leverage value of 10 will be used.buy_stoplimit_pricestringSpecify the limit price on a stop limit buy or exchange stop limit buy ordersell_stoplimit_pricestringSpecify the limit price on a stop limit sell or exchange stop limit sell orderResponses 200200 400400Updated 10 months ago