/api/v1/public/rates/{id}GETadj_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.curl -X GET "https://api.dev.adjacent.markets/api/v1/public/rates/<id>"
{ "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": 83.5, "end_date": "2027-02-01T15:00:00Z", "is_active": true } ], "latest_price": 83.5, "price_change_1d": 0, "price_change_7d": 1, "previous_close_1d": 83.5, "previous_close_7d": 82.5, "spread": 0, "stats": { "trailing_returns": [ { "label": "1D", "value": 0 }, { "label": "1W", "value": 1.2121212121212122 } ] } }