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.
Link to this function

amend_bulk_orders(params, config \\ nil)

View Source

Specs

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

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"} ])