Skip to content

aluuu/trampiti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trampiti

Clojure library designed to provide API to some of cryptocoin exchanges (Cryptsy now and BTC-e in future).

Usage

Basic usage in REPL:

user=> (require '[trampiti.core :as t])
user=> (let [crypsy (t/->Cryptsy "api-key" "api-secret")]
           (t/market-data crypsy :all))

Full list of API methods you can see at Cryptsy API docs.

TODO

  • implement BTC-e API

License

Copyright © 2014 Alexander Dinu

Distributed under the Eclipse Public License, the same as Clojure.

About

API library for Cryptsy exchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published