Batch ticker quotes
GET /v1/quote/batch — Quotes for up to 25 symbols in one round trip. `mode=compact` skips fundamentals, deduplicates concurrent symbol loads,
GET /v1/quote/batch
Quotes for up to 25 symbols in one round trip. mode=compact skips fundamentals, deduplicates concurrent symbol loads, and caches each quote for 5 seconds for the shared live-price REST fallback.
| Method | GET |
| Path | /v1/quote/batch |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "quotes": { "AAPL": { "supported": true, "source": "yahoo", "price": 220.5, "change_pct": 1.2, "updated_at": 1786200000000 } } }