ExOkex.Spot.Private.amend_bulk_orders
You're seeing just the function
amend_bulk_orders
, go back to ExOkex.Spot.Private module for more information.
Specs
Amend multiple open orders for a specific trading pair (up to 10 orders)
https://www.okex.com/docs/en/#spot-amend_batch
Examples
iex> ExOkex.Spot.Private.amend_bulk_orders([ %{"order_id" => "305512815291895607","instrument_id" => "BTC-USDT","new_size" => "2"}, %{"order_id" => "305512815291895606","instrument_id" => "BTC-USDT","new_size" => "1"} ])