Path Parameters
The rate ID or chain ID.
Query Parameters
Start of date range (ISO 8601).
End of date range (ISO 8601).
Aggregation interval:
1min, 5min, 1hour, 1d.Parameter naming: This endpoint uses
start_date/end_date for time range filtering. The reference rate prices endpoint (/rates/{id}/prices) uses start/end instead. This is a known API-level inconsistency that may be aligned in a future release.Response
Chain identifier
List of price data points
Price timestamp
Weighted average price (0.0–1.0 scale)
Minimum price in interval
Maximum price in interval
Example Response
Roll Weight Calculation
During the roll window, weights transition linearly from the expiring contract to the next contract:- Before roll window: Full weight (1.0) on current contract
- During roll window: Linear interpolation between contracts
- After roll window: Full weight (1.0) on next contract
Example
Errors
| Status | Description |
|---|---|
| 404 | Rate chain not found |
| 400 | Invalid interval value |
