Coinbase-pro-clj 1.0.0

Released under the MIT

A Clojure wrapper for the Coinbase Pro API (formerly GDAX).

Installation

To install, add the following dependency to your project or build file:

[coinbase-pro-clj "1.0.0"]

Namespaces

coinbase-pro-clj.core

Public and private endpoint functions and websocket feed functionality. In all function signatures, client is a map with the following keys: - :url - rest URL - :key - optional - your Coinbase Pro API key - :secret - optional - your Coinbase Pro API key - :passphrase - optional - your Coinbase Pro API key