ExOkex.Spot.Private.create_order

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

create_order(params, config \\ nil)

View Source

Place a new order.

Refer to params listed in API docs

Examples

iex> ExOkex.Spot.Private.create_order(%{type: "limit", side: "buy", product_id: "ETH-USD", price: "0.50", size: "1.0"}) {:ok, %{ "client_oid" => "oktspot79", "error_code" => "", "error_message" => "", "order_id" => "2510789768709120", "result" => true }}