Packages

An Elixir Client for the Coinbase API (V2)

Current section

Files

Jump to
aurum lib coinbase.ex~
Raw

lib/coinbase.ex~

defmodule Aurum.Coinbase do
def client(key) do
[
{"CB-ACCESS-KEY", Application.get_env(:coinbase_key)},
{"CB-ACCESS-SIGN", }
{"CB-ACCESS-TIMESTAMP", }
]
end
end