/api/v1/rates/{id}GETak_ prefix), sent as a Bearer token or an ?api_key= query parameter.. 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. Empty when the rate has no configured sources and has never been computed.kalshi:KXPRESPARTY-2028-R). Use it to look the market up on the markets endpoints.kalshi, polymarket, polymarket-us, or gemini. Identical on both tiers.volume_weighted_average it is configured weight times volume. Otherwise it is the configured weight. A configured source that did not enter the print still appears, with print share 0 and no latest_price.latest_price window.end_date at read time. A source with no end date is open-ended and reports true. Identical on both tiers.latest_price.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, 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>" \ -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 }