/api/v1/indices/{id}/pricesGETak_ prefix), sent as a Bearer token or an ?api_key= query parameter. Each endpoint requires the read scope for its resource (e.g. org:rates:read for rates). Token in: headerpage to walk the series.100Min: 1Max: 1000"5min""desc"1Min: 11d point's timestamp is 04:00 or 05:00 UTC depending on daylight saving.ohlc.close on the same point where OHLC is returned, and is the same statistic the previous_close_* baselines are measured against. The scale is 0-100 for market and rate series, and the index level (roughly 50-150) for index series.price. Returned on the market and rate price series only (index series omit it), and on a daily series a gap-filled day repeats the previous day's values rather than reporting new trading.price. Meaningful only on rate series, and currently not populated on any price-series response, so it is always absent.constituents for the per-source breakdown.sources=false to omit it.per_page. It is at least 1, even when nothing matched.rate_limited. Branch on this to detect a throttled request.rpm for the per-minute cap or daily for the daily one.curl -X GET "https://api.dev.adjacent.markets/api/v1/indices/<id>/prices" \ -H "Authorization: Bearer <token>"
{ "data": [ { "timestamp": "2026-06-20T19:00:00Z", "price": 91.2892 }, { "timestamp": "2026-06-20T18:55:00Z", "price": 91.2703 } ], "meta": { "total": 7398, "page": 1, "per_page": 100, "total_pages": 74, "has_next": true, "has_prev": false } }