/api/v1/public/markets/{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.curl -X GET "https://api.adjacent.markets/api/v1/public/markets/<id>/prices"
{ "data": [ { "timestamp": "2026-07-29T02:04:00Z", "price": 58 }, { "timestamp": "2026-07-28T04:00:00Z", "price": 58 } ], "meta": { "total": 2, "page": 1, "per_page": 2, "total_pages": 1, "has_next": false, "has_prev": false } }