Commit Graph

15 Commits

Author SHA1 Message Date
GloriousCode
01a599f571 Quick basic wallet interface implementation 2016-09-13 17:38:37 +10: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
Scott
830c18c26d Removes the idea of seperating interface methods 2016-09-11 14:58:06 +10:00
Scott
a24e908c24 Adds support for new function GetAccountInfo which retrieves your holdings for an exchange 2016-09-11 14:05:50 +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
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
Adrian Gallagher
d9a5de8075 Made Exchange SetDefaults 'Enabled' variable disabled by default. 2016-03-19 17:17:53 +11:00
Adrian Gallagher
3ff0a9e875 Merge branch 'interface-testing' 2016-03-19 16:46:51 +11:00
Adrian Gallagher
fc6809621b Made slight amendments to interface code, ran gofmt. 2016-03-19 16:38:38 +11:00
Scott
dc313a24f5 Each bot inherits from an interface and can be called as such to minimise
duplicate code
2016-03-19 16:38:37 +11:00
Adrian Gallagher
a7d5e14c3a Added support for remaining authenticated API functions for Poloniex exchange. 2016-03-19 13:44:42 +11:00
Adrian Gallagher
bff8992985 Added additional authenticated API functions for Poloniex exchange. 2016-03-18 02:44:19 +11:00
Adrian Gallagher
730a7b68d1 Started implementation of authenticated API support for Poloniex exchange. 2016-03-09 23:39:17 +11:00
Adrian Gallagher
bece1a4f51 Added Websocket support for Poloniex exchange. 2016-03-07 22:11:14 +11:00
Adrian Gallagher
03538165d6 Added basic HTTP API support for Poloniex. 2016-02-11 00:24:31 +11:00