Macro market snapshot
GET /v1/markets/snapshot — The markets overview board's macro bundle in one call: major index quotes (with intraday sparklines), commodity futures,
GET /v1/markets/snapshot
The markets overview board's macro bundle in one call: major index quotes (with intraday sparklines), commodity futures, major forex pairs, treasury yields, and the crypto Fear & Greed reading. All values come from keyless public providers (Yahoo Finance quotes, alternative.me sentiment, Minara as the sentiment fallback). Each symbol degrades on its own, so a single failed fetch never empties the bundle. Cached for 30s.
| Method | GET |
| Path | /v1/markets/snapshot |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "indices": [{ "symbol": "^GSPC", "label": "S&P 500", "price": 5400, "change": 12, "changePct": 0.2, "spark": [5388, 5400] }], "futures": [], "forex": [], "treasury": [{ "label": "10Y", "yield": 4.45, "change": -0.02 }], "fearGreed": { "value": 54, "label": "Neutral" } }