Coin Echo - Crypto News Aggregator and Sentiment Analysis
收藏Coin Echo - Crypto News Aggregator and Sentiment Analysis API 数据集概述
基本信息
- API名称: Coin Echo - Crypto News Aggregator and Sentiment Analysis
- 类别: 加密货币/新闻聚合/情感分析
- 订阅计划:
- BASIC: $0.00/月
- PRO: $1.49/月
- ULTRA: $3.99/月
- MEGA: $14.99/月
核心功能
- 实时聚合超过50个顶级加密货币新闻来源
- AI情感分析(看涨/看跌/中性)
- 市场影响评分(高/中/低)
- 相关性过滤以消除噪音
- 多语言支持
- JSON响应格式
适用场景
- 交易机器人和算法
- 投资组合管理应用
- 市场分析仪表板
- 新闻聚合平台
- 投资研究工具
API端点
-
GET /api/news
- 获取分页的实时加密货币新闻
- 参数:
page(页码),limit(每页数量)
-
GET /api/top-news
- 获取基于市场影响、相关性和情感评分的顶级新闻
- 参数:
interval(时间间隔: 6h/24h/7d)
-
GET /api/bulls-bears
- 获取按看涨/看跌情感分类的新闻
- 参数:
interval(时间间隔: 6h/24h/7d)
-
GET /api/status
- 系统健康检查端点
数据结构
新闻项对象
json { "_id": "507f1f77bcf86cd799439011", "title": "Bitcoin ETF Approval Leads to Market Rally", "link": "https://example.com/bitcoin-etf-approval", "description": "Major cryptocurrency ETF gets regulatory approval...", "pubDate": "2024-01-15T10:30:00Z", "categories": ["Cryptocurrency", "Regulation"], "tags": ["bitcoin", "etf", "regulation"], "isBull": true, "source": { "_id": "507f1f77bcf86cd799439012", "domain": "cryptonews.com", "websiteTitle": "Crypto News" }, "analysis": { "summary": "Bitcoin ETF approval leads to increased institutional investment and market optimism.", "marketImpactScore": 0.9, "cryptoRelevanceScore": 1.0, "sentimentScore": 0.8, "tags": ["bullish_prediction", "etfs", "market_situation"] } }
AI分析对象
typescript interface NewsAnalysis { summary: string; marketImpactScore: number; // 0-1 cryptoRelevanceScore: number; // 0-1 sentimentScore: number; // -1到1 tags: AnalysisTag[]; }
使用案例
-
交易机器人集成
- 获取高影响看涨新闻作为交易信号
- 监控市场情绪趋势
-
React仪表板组件
- 显示市场情绪(24小时)
- 展示顶级影响新闻
-
投资组合风险评估
- 分析整体市场状况
- 检查新闻中的特定风险




