| { |
| "description": "API Keys Configuration for Crypto Intelligence Hub", |
| "last_updated": "2025-12-12", |
| |
| "block_explorers": { |
| "etherscan": { |
| "keys": [ |
| "SZHYFZK2RR8H9TIMJBVW54V4H81K2Z2KR2", |
| "T6IR8VJHX2NE6ZJW2S3FDVN1TYG4PYYI45" |
| ], |
| "url": "https://api.etherscan.io/api", |
| "rate_limit": "5 req/sec", |
| "description": "Ethereum blockchain explorer" |
| }, |
| "bscscan": { |
| "key": "K62RKHGXTDCG53RU4MCG6XABIMJKTN19IT", |
| "url": "https://api.bscscan.com/api", |
| "rate_limit": "5 req/sec", |
| "description": "BNB Smart Chain blockchain explorer" |
| }, |
| "tronscan": { |
| "key": "7ae72726-bffe-4e74-9c33-97b761eeea21", |
| "url": "https://apilist.tronscanapi.com/api", |
| "rate_limit": "varies", |
| "description": "TRON blockchain explorer" |
| } |
| }, |
| |
| "market_data": { |
| "coinmarketcap": { |
| "keys": [ |
| "04cf4b5b-9868-465c-8ba0-9f2e78c92eb1", |
| "b54bcf4d-1bca-4e8e-9a24-22ff2c3d462c" |
| ], |
| "url": "https://pro-api.coinmarketcap.com/v1", |
| "rate_limit": "333 req/day per key", |
| "endpoints": { |
| "listings": "/cryptocurrency/listings/latest", |
| "quotes": "/cryptocurrency/quotes/latest", |
| "info": "/cryptocurrency/info" |
| }, |
| "description": "Top cryptocurrency market data platform" |
| }, |
| "cryptocompare": { |
| "key": "e79c8e6d4c5b4a3f2e1d0c9b8a7f6e5d4c3b2a1f", |
| "url": "https://min-api.cryptocompare.com/data", |
| "rate_limit": "100,000 req/month (free tier)", |
| "endpoints": { |
| "price": "/pricemultifull", |
| "ohlc": "/v2/histohour", |
| "news": "/v2/news/", |
| "social": "/social/coin/latest" |
| }, |
| "description": "Comprehensive crypto data and news" |
| } |
| }, |
| |
| "news": { |
| "newsapi": { |
| "key": "pub_346789abc123def456789ghi012345jkl", |
| "url": "https://newsapi.org/v2", |
| "rate_limit": "100 req/day (free)", |
| "endpoints": { |
| "everything": "/everything", |
| "top_headlines": "/top-headlines" |
| }, |
| "description": "General news API (includes crypto)" |
| }, |
| "coindesk": { |
| "key": "313f415173eb92928568d91eee6fd91d0c7569a56a9c7579181b7a083a740318", |
| "url": "https://api.coindesk.com/v2", |
| "rate_limit": "Varies by plan", |
| "endpoints": { |
| "price": "/bpi/currentprice/{currency}.json", |
| "historical": "/bpi/historical/close.json", |
| "news": "/news" |
| }, |
| "description": "Bitcoin Price Index and crypto news" |
| } |
| }, |
| |
| "sentiment": { |
| "custom_sentiment_api": { |
| "key": "${SENTIMENT_API_KEY}", |
| "description": "Custom sentiment analysis API" |
| } |
| }, |
| |
| "ai_models": { |
| "huggingface": { |
| "key": "${HF_TOKEN}", |
| "url": "https://api-inference.huggingface.co/models", |
| "rate_limit": "varies" |
| } |
| }, |
| |
| "aggregated_sources": { |
| "hf_crypto_resources_api": { |
| "name": "Crypto Resources API (HuggingFace Space)", |
| "url": "https://really-amin-crypto-api-clean.hf.space", |
| "docs_url": "https://really-amin-crypto-api-clean.hf.space/docs", |
| "auth_required": false, |
| "rate_limit": "unlimited", |
| "endpoints": { |
| "health": "/health", |
| "top_coins": "/api/coins/top", |
| "trending": "/api/trending", |
| "market_overview": "/api/market", |
| "sentiment_global": "/api/sentiment/global", |
| "sentiment_asset": "/api/sentiment/asset/{symbol}", |
| "resources_stats": "/api/resources/stats", |
| "categories": "/api/categories", |
| "resources_by_category": "/api/resources/category/{category}", |
| "providers": "/api/providers", |
| "system_status": "/api/status" |
| }, |
| "categories_available": [ |
| "rpc_nodes", |
| "block_explorers", |
| "market_data_apis", |
| "news_apis", |
| "sentiment_apis", |
| "onchain_analytics_apis", |
| "whale_tracking_apis", |
| "hf_resources", |
| "free_http_endpoints", |
| "cors_proxies" |
| ], |
| "verified": true, |
| "last_verified": "2025-12-12" |
| } |
| }, |
| |
| "notifications": { |
| "telegram": { |
| "enabled": true, |
| "bot_token": "${TELEGRAM_BOT_TOKEN}", |
| "chat_id": "${TELEGRAM_CHAT_ID}" |
| } |
| }, |
| |
| "environment_variables": { |
| "description": "Set these in your environment or .env file", |
| "variables": [ |
| "ETHERSCAN_KEY=", |
| "ETHERSCAN_BACKUP_KEY=", |
| "BSCSCAN_KEY=", |
| "TRONSCAN_KEY=", |
| "COINMARKETCAP_KEY_1=", |
| "COINMARKETCAP_KEY_2=", |
| "NEWSAPI_KEY=", |
| "SENTIMENT_API_KEY=", |
| "HF_TOKEN=", |
| "TELEGRAM_BOT_TOKEN=", |
| "TELEGRAM_CHAT_ID=" |
| ] |
| } |
| } |
|
|