ExOkex.Futures.Private.amend_bulk_orders

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

amend_bulk_orders(instrument_id, params, config \\ nil)

View Source

Specs

amend_bulk_orders(instrument_id(), params(), config() | nil) :: response()

Amend multiple open orders for a specific trading pair (up to 10 orders)

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

Examples

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

%{order_id: "305512815291895607",new_size: "2"},
%{order_id: "305512815291895606",new_size: "1"}

]})