市场新闻标题
GET /v1/markets/news:从 Yahoo Finance 无密钥 RSS 解析的市场标题流。
GET /v1/markets/news
从 Yahoo Finance 无密钥 RSS 解析的市场标题流。class=general(默认)覆盖广泛市场;class=crypto 覆盖主要代币。尽力而为:无法访问的源会返回空列表。缓存 5 分钟。
| 方法 | GET |
| 路径 | /v1/markets/news |
| 认证 | 设置 GATEWAY_AUTH_TOKEN 时需要 Authorization: Bearer <token> |
| 类别 | market |
响应体
{ "items": [{ "title": "Stocks close higher", "site": "Yahoo Finance", "url": "https://...", "publishedAt": "2026-06-20T20:00:00.000Z" }] }