MINARA

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.

MethodGET
Path/v1/markets/news
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorymarket

Response body

{ "items": [{ "title": "Stocks close higher", "site": "Yahoo Finance", "url": "https://...", "publishedAt": "2026-06-20T20:00:00.000Z" }] }

On this page