/api/v1/rates/{id}/pricesGETak_ prefix), sent as a Bearer token or an ?api_key= query parameter.. Token in: header100Min: 1Max: 1000"5min""desc"1Min: 1true1d 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.total and total_pages reflect the server's counting ceiling rather than the exact matched count: the real set is at least total large. Render such totals as a lower bound (for example "10,000+"). Omitted when the count is exact. A sorted markets search that fills the 10,000-candidate ceiling sets this flag.rate_limited. Branch on this to detect a throttled request.rpm for the per-minute cap, daily for the daily one, or concurrency for the cap on requests running at the same time.curl -X GET "https://api.adjacent.markets/api/v1/rates/<id>/prices" \ -H "Authorization: Bearer <token>"
{ "data": [ { "timestamp": "2026-06-20T19:00:00Z", "price": 77.5 }, { "timestamp": "2026-06-20T18:00:00Z", "price": 77.2 } ], "meta": { "total": 420, "page": 1, "per_page": 100, "total_pages": 5, "has_next": true, "has_prev": false } }