talk with kraken api from clojure
[org.clojars.kokos/clj-kraken "0.1.2"]
(ns example
(:require [clj-kraken.core :as kraken]))
(def conf {:api {:version "0"
:host "api.kraken.com"
:scheme "https://"
:key "...."
:secret "...."}})
(kraken/assets conf)
(kraken/balance conf )
Copyright © 2018 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close