mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Coinmarketcap implementation (#243)
* Updates requester package to allow unpacking of zipped files and defaults to warn if no JSON is present * Initial addition of coinmarketcap functionality * fix requested changes * Fix issue with displaying false positive in request.go && reorder plan list * Rename CurrencyProvider -> CryptocurrencyProvider Skip seeding currency data if not enabled Rm line in main.go * Update test procedures and relevant json files * Fix const issue within config.go
This commit is contained in:
committed by
Adrian Gallagher
parent
f7810e7eca
commit
82a622294c
7
testdata/configtest.json
vendored
7
testdata/configtest.json
vendored
@@ -48,6 +48,13 @@
|
||||
"primaryProvider": false
|
||||
}
|
||||
],
|
||||
"cryptocurrencyProvider": {
|
||||
"name": "CoinMarketCap",
|
||||
"enabled": false,
|
||||
"verbose": false,
|
||||
"apiKey": "Key",
|
||||
"accountPlan": "accountPlan"
|
||||
},
|
||||
"cryptocurrencies": "BTC,LTC,ETH,DOGE,DASH,XRP,XMR",
|
||||
"currencyPairFormat": {
|
||||
"uppercase": true,
|
||||
|
||||
Reference in New Issue
Block a user