Current section

Files

Jump to
elixir_coincheck_client lib elixir_coincheck api exchnage_orders_transactions.ex
Raw

lib/elixir_coincheck/api/exchnage_orders_transactions.ex

defmodule ElixirCoincheckClient.API.ExchangeOrdersTransactions do
import ElixirCoincheckClient.API.Base
def transactions() do
url = domain() <> "/exchange/orders/transactions"
HTTPoison.get!(url, headers(url))
end
end