Support itbit exchange/ticker. Additions (#232)
* Initial itBit implementation * Add tests for calculatePrice in exchange/itbit.js * Add etherium to supported crypto codes in common/itbit.js * Apply standardjs to itbit files * itbit trade test. not important * test getCurrencyRates in ticker/itbit.js
This commit is contained in:
parent
8e1f9e0b83
commit
b254f7f2be
12 changed files with 775 additions and 11 deletions
|
|
@ -258,6 +258,7 @@ view route invalidGroups =
|
|||
, ( "Bitstamp", AccountRoute "bitstamp", True )
|
||||
, ( "Blockcypher", AccountRoute "blockcypher", True )
|
||||
, ( "Infura", AccountRoute "infura", True )
|
||||
, ( "itBit", AccountRoute "itbit", True )
|
||||
, ( "Kraken", AccountRoute "kraken", True )
|
||||
, ( "Mailgun", AccountRoute "mailgun", True )
|
||||
, ( "QuadrigaCX", AccountRoute "quadrigacx", True )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue