Market news headlines
GET /v1/markets/news — A market headline feed for the board, parsed from Yahoo Finance's keyless RSS. `class=general` (default) covers the broa
GET /v1/markets/news
A market headline feed for the board, parsed from Yahoo Finance's keyless RSS. class=general (default) covers the broad market; class=crypto covers major coins. Best-effort: an unreachable feed returns an empty list. Cached for 5 minutes.
| Method | GET |
| Path | /v1/markets/news |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "items": [{ "title": "Stocks close higher", "site": "Yahoo Finance", "url": "https://...", "publishedAt": "2026-06-20T20:00:00.000Z" }] }