Liking cljdoc? Tell your friends :D

coinbase-pro-clj.core

Public and private endpoint functions and websocket feed functionality. In all function signatures, client takes the following shape:

{:url
 :key ; optional
 :secret ; optional
 :passphrase} ; optional
  • key, secret, and passphrase are only required if the request is authenticated. These values can be created in the API settings of your Coinbase Pro account. Remember not to store these values in an online repository as this will give others access to your account. You could use something like environ to store these values locally outside of your code.
Public and private endpoint functions and websocket feed functionality. In all function signatures, `client` takes the following shape:
```clojure
{:url
 :key ; optional
 :secret ; optional
 :passphrase} ; optional
```
- `key`, `secret`, and `passphrase` are only required if the request is authenticated. These values can be created in the [API settings](https://pro.coinbase.com/profile/api) of your Coinbase Pro account.
**Remember not to store these values in an online repository as this will give others access to your account. You could use something like [environ](https://github.com/weavejester/environ)
to store these values locally outside of your code.**
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close