Commit Graph

7 Commits

Author SHA1 Message Date
Adrian Gallagher
aeb327c80c Package exchanges 2017-03-29 13:47:56 +11:00
Adrian Gallagher
e7148f174b Add Ticker storage functionality for Exchanges (HTTP REST only) 2017-02-20 10:38:04 +11:00
Scott
f37bf8d89f Adds exchange name to account info retrieval
Adds walletRoutes.go
Adds method to get all exchange account stuff  in go
Adds method to get all exchange account stuff in server.js
2016-09-12 20:06:01 +10:00
Adrian Gallagher
544f94553a Removed unneeded println calls. 2016-08-10 04:15:05 +10:00
GloriousCode
7223875230 Now adds a universal way to retrieve all enabled currencies
New endpoint to retrieve values for all enabled currency data for all enabled exchanges and return it as JSON object for front end
2016-07-13 21:43:48 +10:00
Scott
d561bac891 A completely broken commit which starts the process of retrieving all exchanges and currency data in one call for a frontend dashboard/db 2016-06-30 21:22:30 +10:00
Scott
95cfb356ba Adds GetTickerPrice(currency string) TickerPrice func to interface. Implements on all exchanges (where possible)
Attempts to make routing generic with /exchanges/{exchangeName}/latest/{currency} path and response
2016-06-05 19:10:32 +10:00