/api/v1/markets/{id}/quotesGETak_ 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: header1Min: 1100Min: 1Max: 500timestamptimestampper_page. It is at least 1, even when nothing matched.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 or daily for the daily one.curl -X GET "https://api.dev.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 } }