ExOkex.Futures.Private.create_bulk_orders

You're seeing just the function create_bulk_orders, go back to ExOkex.Futures.Private module for more information.
Link to this function

create_bulk_orders(params, config \\ nil)

View Source

Specs

create_bulk_orders([params()], config() | nil) :: response()

Place multiple orders for specific trading pairs (up to 4 trading pairs, maximum 4 orders each)

https://www.okex.com/docs/en/#futures-batch

Examples

iex> ExOkex.Futures.Private.create_bulk_orders([ %{"instrument_id":"BTC-USD-180213",

"type":"1",
"price":"432.11",
"size":"2",
"match_price":"0",
"leverage":"10" },

])