Add coingecko client to price updater

This commit is contained in:
arnaubennassar
2021-03-08 15:06:42 +01:00
parent 1778b08043
commit ac66ede917
6 changed files with 111 additions and 52 deletions

View File

@@ -10,6 +10,8 @@ SQLConnectionTimeout = "2s"
Interval = "10s"
URL = "https://api-pub.bitfinex.com/v2/"
Type = "bitfinexV2"
# URL = "https://api.coingecko.com/api/v3/"
# Type = "coingeckoV3"
[Debug]
APIAddress = "localhost:12345"