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
|
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
|
ecfbfd932f
|
Added authenticated LocalBitcoins wallet/account info support.
|
2015-11-10 17:25:04 +11:00 |
|
Adrian Gallagher
|
0c8670cc6a
|
Added basic LocalBitcoins support.
|
2015-11-09 17:49:30 +11:00 |
|