Get Prices
Market Data
Get Prices
Get price data for a market.
Returns either candlestick OHLC data or simple price history based on the type parameter.
The endpoint automatically determines the exchange and fetches data accordingly.
- Kalshi: Returns real OHLC candlestick data with volume
- Polymarket: Returns price history (candlesticks will have synthetic OHLC where all values equal the price)
All prices are normalized to 0-1 range.
GET
Get Prices
Authorizations
UUID of your API key (from Settings → API Keys).
Current unix seconds. Must be within 30s of server time.
Base64 Ed25519 signature over the canonical request: METHOD\nPATH\nSORTED_QUERY\nTIMESTAMP\nSHA256(body) hex. See /api-reference/authentication for the full recipe.
Path Parameters
River market ID
Query Parameters
Response type
Available options:
candlesticks, history Time range
Available options:
1d, 1w, 1m, max Minutes per data point (for Polymarket history)
Required range:
1 <= x <= 120
