/api/v1/rates/{id}GETak_ 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: headeradj_redp). Use it as the {id} path parameter on the rate detail and price endpoints.volume_weighted_average, simple_average, or median.latest_price. The baseline is the last completed daily close before the current day in US Eastern time, not a rolling 24-hour window.latest_price. Null when the rate has no daily close that far back.GET /api/v1/public/rates/{id}; omitted on GET /api/v1/rates/{id}.price_change_7d is measured against. Returned by GET /api/v1/public/rates/{id}; omitted on GET /api/v1/rates/{id}.GET /api/v1/public/rates/{id} only; always omitted on GET /api/v1/rates/{id}.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/rates/<id>" \ -H "Authorization: Bearer <token>"
{ "rate_id": "adj_bluh", "name": "Democratic House", "description": "Rolling rate from contract chain 'bluh_chain'", "methodology": "simple_average", "sources": [ { "market_id": "kalshi:CONTROLH-2026-D", "display_ticker": "CONTROLH-2026-D", "platform": "kalshi", "weight": 1, "question": "Will Democrats win the House in 2026?", "latest_price": 77.5, "end_date": "2027-02-01T15:00:00Z", "is_active": true } ], "latest_price": 77.5, "spread": 0 }