Get rate with contributing sources
Retrieve detailed information about a specific reference rate, including all contributing sources (both active and historical) and their weights.Documentation Index
Fetch the complete documentation index at: https://docs.dev.adjacent.markets/llms.txt
Use this file to discover all available pages before exploring further.
adj_blup).| Field | Type | Description |
|---|---|---|
rate_id | string | Unique identifier |
name | string | Human-readable name |
description | string | Detailed description |
methodology | string | Calculation methodology used to aggregate sources (e.g., simple_average, volume_weighted_average) |
sources | array | All contributing markets in the rate’s contract chain, including historical (inactive) contracts |
latest_price | number | Aggregated price (0.0–1.0 scale) |
spread | number | Price spread across active sources (max − min, 0.0–1.0 scale) |
| Field | Type | Description |
|---|---|---|
market_id | string | Platform-specific market identifier |
platform | string | Source platform (e.g., kalshi, polymarket) |
weight | number | Weight of this source in the current aggregation. 0 for inactive (historical) contracts; 1 for active contracts under simple_average methodology |
latest_price | number | Most recent price from this source (0.0–1.0 scale) |
end_date | string (ISO 8601) | Date this contract expires or expired |
is_active | boolean | Whether this source is currently contributing to the rate |
| Status | Description |
|---|---|
| 404 | Reference rate not found |