module GDAX

Overview

GDAX contains classes for interacting with the GDAX API.

Defined in:

gdax/Auth.cr
gdax/Client.cr
gdax/WebSocket.cr
gdax/constants.cr
gdax/version.cr
gdax.cr

Constant Summary

GDAX_ENV_PRODUCTION = ENV[PRODUCTION_ENV_VAR_NAME]? && (ENV[PRODUCTION_ENV_VAR_NAME].downcase == "production".downcase)

true if environment variable, GDAX_ENV is production. false otherwise.

PRODUCTION_ENV_VAR_NAME = "GDAX_ENV"

The environment variable used to define the GDAX environment.

VERSION = "0.1.0"