Skip to content

Commit

Permalink
Merge pull request #46 from hugues31/bittrex
Browse files Browse the repository at this point in the history
First support for Bittrex exchange
  • Loading branch information
hugues31 authored Oct 25, 2017
2 parents 24313fc + 1a7508c commit 7ef3331
Show file tree
Hide file tree
Showing 11 changed files with 1,229 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coinnect"
version = "0.5.2"
version = "0.5.3"
license = "MIT"
authors = ["Hugues Gaillard <[email protected]>", "Alejandro Inestal <[email protected]>"]
description = """
Expand All @@ -17,6 +17,7 @@ default = []
bitstamp_private_tests = []
kraken_private_tests = []
poloniex_private_tests = []
bittrex_private_tests = []

[[example]]
name = "simple"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ held responsible for the library malfunction, which can lead to a loss of money.
| Bitstamp | X | X | Not every method is implemented for now.|
| Kraken | X | X | - |
| Poloniex | X | X | - |
| Bittrex | X | - | Generic API will be added soon |

Generic API supports:
- Ticker
Expand Down
Loading

0 comments on commit 7ef3331

Please sign in to comment.