Add CryptoPanic API integration and related tests; update .env.example and test configurations
This commit is contained in:
@@ -10,12 +10,10 @@ GOOGLE_API_KEY=
|
||||
# Configurazioni per gli agenti di mercato
|
||||
###############################################################################
|
||||
|
||||
# Coinbase CDP API per Market Agent
|
||||
# Ottenibili da: https://portal.cdp.coinbase.com/access/api
|
||||
CDP_API_KEY_NAME=
|
||||
CDP_API_PRIVATE_KEY=
|
||||
|
||||
# CryptoCompare API per Market Agent (alternativa)
|
||||
# Ottenibile da: https://www.cryptocompare.com/cryptopian/api-keys
|
||||
CRYPTOCOMPARE_API_KEY=
|
||||
|
||||
@@ -26,6 +24,9 @@ BINANCE_API_SECRET=
|
||||
###############################################################################
|
||||
# Configurazioni per gli agenti di notizie
|
||||
###############################################################################
|
||||
|
||||
# Ottenibile da: https://newsapi.org/docs
|
||||
NEWS_API_KEY=
|
||||
|
||||
# Ottenibile da: https://cryptopanic.com/developers/api/
|
||||
CRYPTOPANIC_API_KEY=
|
||||
|
||||
Reference in New Issue
Block a user