/api/v1/markets/{id}/quotesGETak_ prefix), sent as a Bearer token or an ?api_key= query parameter.. Token in: header1Min: 1100Min: 1Max: 500timestamptimestamptotal 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.message. One of bad_request, unauthorized, forbidden, not_found, conflict, service_unavailable, upstream_error, service_error, or internal_error.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/markets/<id>/quotes" \ -H "Authorization: Bearer <token>"
{ "data": [ { "timestamp": "2026-06-01T14:22:10Z", "yes_bid": 47, "yes_ask": 49, "mid": 48 }, { "timestamp": "2026-06-01T14:21:10Z", "yes_bid": 46, "yes_ask": 48, "mid": 47 } ], "meta": { "total": 2, "page": 1, "per_page": 100, "total_pages": 1, "has_next": false, "has_prev": false } }