Get historical price data with OHLC aggregation
1min, 5min, 1hour, 1day.| Field | Type | Description |
|---|---|---|
timestamp | datetime | Start of the time bucket |
price | number | Average price during the interval |
ohlc.open | number | Opening price |
ohlc.high | number | Highest price |
ohlc.low | number | Lowest price |
ohlc.close | number | Closing price |
| Status | Description |
|---|---|
| 404 | Market not found |
| 400 | Invalid interval |
Auth0 JWT Bearer token
Market ID
Max data points
Start time
End time
Time bucket
1min, 5min, 1hour, 1day, daily