GET /api/v1/price
Returns normalized OHLCV candles for a market. Use it for recent price series,
explicit historical windows, or a point-in-time lookup.
Error Semantics
403means your API key is not authorized for the request.503means the upstream exchange is temporarily unavailable.
Parameters
Canonical selector. Provide either
parsec_id or both exchange + market_id.Exchange selector used with
market_id.Exchange-native market ID used with
exchange.Outcome selector. For binary markets this is usually
yes or no.Candle interval. Supported values:
1m, 1h, 6h, 1d, 1w, max.Unix seconds start timestamp. Cannot be combined with
at_ts.Unix seconds end timestamp. Cannot be combined with
at_ts.Point-in-time lookup in Unix seconds. Cannot be combined with
start_ts or end_ts.