Current section
Files
Jump to
Current section
Files
lib/ex_okex/swap/private/create_bulk_orders.ex
defmodule ExOkex.Swap.Private.CreateBulkOrders do
import ExOkex.Api.Private
@prefix "/api/swap/v3"
def create_bulk_orders(params, config \\ nil) do
"#{@prefix}/orders"
|> post(params, config)
end
end