API Reference aurum v0.2.0
Modules
Aurum is an Elixir Client for the Coinbase API.
This module provides abstractions around basic HTTP methods within the context of the coinbase ecosystem. It takes care of using your Coinbase API Key/Secret to generate the required HMAC authentication signature based on the current timestamp so that the consumer of this module can focus on application logic.
Low(er) level API client. This module isn't particularly intended for user consumption. You are probably looking for the module Aurum.Coinbase
instead.
This module isolates certain side-effect ridden operations into their own functions.
This module is responsible for all the signing related to the HMAC authentication which must be present on every request to the Coinbase API.