Skip to content

Commit 7ef3331

Browse files
authored
Merge pull request #46 from hugues31/bittrex
First support for Bittrex exchange
2 parents 24313fc + 1a7508c commit 7ef3331

11 files changed

+1229
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coinnect"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
license = "MIT"
55
authors = ["Hugues Gaillard <[email protected]>", "Alejandro Inestal <[email protected]>"]
66
description = """
@@ -17,6 +17,7 @@ default = []
1717
bitstamp_private_tests = []
1818
kraken_private_tests = []
1919
poloniex_private_tests = []
20+
bittrex_private_tests = []
2021

2122
[[example]]
2223
name = "simple"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ held responsible for the library malfunction, which can lead to a loss of money.
3030
| Bitstamp | X | X | Not every method is implemented for now.|
3131
| Kraken | X | X | - |
3232
| Poloniex | X | X | - |
33+
| Bittrex | X | - | Generic API will be added soon |
3334

3435
Generic API supports:
3536
- Ticker

0 commit comments

Comments
 (0)