/api/v1/public/indices/{id}/pricesGET"1hour"1000Min: 1Max: 1000"desc"1d 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. Markets and rates are 0-100. Political indices (UPFI and related families) are roughly 50-150. NTI team indices and NTI composites are a NAV level from base 1000 (quote_convention is points).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.message. One of bad_request, unauthorized, forbidden, not_found, conflict, service_unavailable, upstream_error, service_error, or internal_error.message. One of bad_request, unauthorized, forbidden, not_found, conflict, service_unavailable, upstream_error, service_error, or internal_error.curl -X GET "https://api.adjacent.markets/api/v1/public/indices/<id>/prices"
{ "data": [ { "timestamp": "2026-07-29T14:04:00Z", "price": 96.6692 }, { "timestamp": "2026-07-28T04:00:00Z", "price": 96.6815 } ], "meta": { "total": 2, "page": 1, "per_page": 2, "total_pages": 1, "has_next": false, "has_prev": false } }