Merge branch '2-news-api' into 3-market-api
This commit is contained in:
32
.env.example
32
.env.example
@@ -1,4 +1,4 @@
|
||||
###########################################################################
|
||||
###############################################################################
|
||||
# Configurazioni per i modelli di linguaggio
|
||||
###############################################################################
|
||||
|
||||
@@ -13,19 +13,11 @@ OLLAMA_MODELS_PATH=
|
||||
# Configurazioni per gli agenti di mercato
|
||||
###############################################################################
|
||||
|
||||
# Coinbase CDP API per Market Agent
|
||||
# Ottenibili da: https://portal.cdp.coinbase.com/access/api
|
||||
# IMPORTANTE: Usare le credenziali CDP (NON Exchange legacy)
|
||||
# - COINBASE_API_KEY: organizations/{org_id}/apiKeys/{key_id}
|
||||
# - COINBASE_API_SECRET: La private key completa (inclusi BEGIN/END)
|
||||
# - NON serve COINBASE_PASSPHRASE (solo per Exchange legacy)
|
||||
# https://portal.cdp.coinbase.com/access/api
|
||||
COINBASE_API_KEY=
|
||||
COINBASE_API_SECRET=
|
||||
|
||||
# CryptoCompare API per Market Agent
|
||||
# Ottenibile da: https://www.cryptocompare.com/cryptopian/api-keys
|
||||
# NOTA: API legacy, potrebbe essere deprecata in futuro
|
||||
# Funzionalità limitata: get_all_products() non supportato
|
||||
# https://www.cryptocompare.com/cryptopian/api-keys
|
||||
CRYPTOCOMPARE_API_KEY=
|
||||
|
||||
# Binance API per Market Agent
|
||||
@@ -33,3 +25,21 @@ CRYPTOCOMPARE_API_KEY=
|
||||
# Supporta sia API autenticate che pubbliche (PublicBinance)
|
||||
BINANCE_API_KEY=
|
||||
BINANCE_API_SECRET=
|
||||
|
||||
###############################################################################
|
||||
# Configurazioni per gli agenti di notizie
|
||||
###############################################################################
|
||||
|
||||
# https://newsapi.org/docs
|
||||
NEWS_API_KEY=
|
||||
|
||||
# https://cryptopanic.com/developers/api/
|
||||
CRYPTOPANIC_API_KEY=
|
||||
|
||||
###############################################################################
|
||||
# Configurazioni per API di social media
|
||||
###############################################################################
|
||||
|
||||
# https://www.reddit.com/prefs/apps
|
||||
REDDIT_API_CLIENT_ID=
|
||||
REDDIT_API_CLIENT_SECRET=
|
||||
|
||||
Reference in New Issue
Block a user