/api/v1/ratesGETak_ 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: header1100Max: 500adj_redp). Use it as the {id} path parameter on the rate detail and price endpoints.volume_weighted_average, simple_average, or median.sources, which lists only the markets behind the latest computed value.kalshi:KXPRESPARTY-2028-R). Use it to look the market up on the markets endpoints.kalshi or polymarket. Identical on both tiers.sources are normalized to sum to 1, so a two-market equal blend reads 0.5 each and a rolling rate part-way through a roll shows fractional shares.end_date at read time. A source with no end date is open-ended and reports true. Identical on both tiers.per_page. It is at least 1, even when nothing matched.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.adjacent.markets/api/v1/rates" \ -H "Authorization: Bearer <token>"
{ "data": [ { "rate_id": "adj_bluh", "name": "Democratic House", "methodology": "simple_average", "sources_count": 1, "latest_price": 77.5, "spread": 0 }, { "rate_id": "adj_blup", "name": "Adjacent Democratic President", "methodology": "simple_average", "sources_count": 2, "latest_price": 58.5, "spread": 0 } ], "meta": { "total": 6, "page": 1, "per_page": 20, "total_pages": 1, "has_next": false, "has_prev": false } }