v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
Market Data
Public

Retrieves volatility index (VIX) chart data formatted as candles. Volatility indexes measure market expectations of future volatility and are useful for risk assessment and trading strategies.

Use the vix_resolution parameter to specify the candle interval. The data shows historical volatility index values over time and is formatted for use in charting applications.

Try in API console

get/public/get_volatility_index_data

Query parameters

currency'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR' required

Currency, i.e "BTC", "ETH", "USDC"

The currency symbol

start_timestampinteger required

The timestamp (milliseconds since the Unix epoch)

Example:1536569522277

The earliest timestamp to return result from (milliseconds since the UNIX epoch)

end_timestampinteger required

The timestamp (milliseconds since the Unix epoch)

Example:1536569522277

The most recent timestamp to return result from (milliseconds since the UNIX epoch)

resolutionstring required

Time resolution given in full seconds or keyword 1D (only some specific resolutions are supported)

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request