ExOkex.Futures.Private.create_order

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

create_order(params, config \\ nil)

View Source

Specs

create_order(params(), config() | nil) :: response()

Place a new order.

Examples

iex> ExOkex.Futures.Private.create_order(%{ instrument_id: "BTC-USD-210409", leverage: "10", orders_data: [%{

type: "1",
price: "432.11",
size: "2",
match_price: "0"

}] }) {:ok, %{"order_info" => [%{"error_code" => 0, "error_message" => "", "order_id" => "2653481276189696"}], "result" => true}}