ExOkex.Spot.Private.cancel_orders

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

cancel_orders(instrument_id, order_ids \\ [], params \\ %{}, config \\ nil)

View Source

Cancelling an unfilled order.

https://www.okex.com/docs/en/#spot-revocation

Example

iex> ExOkex.Spot.Private.cancel_orders("btc-usdt", ["1611729012263936"])

TODO: Add response