For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Swagger

Volatility Predictions

get

Returns current predicted volatility for 1-minute and 60-minute horizons.

Query parameters
symbolstringOptional

The token to predict volatility for, e.g. 'ETH'

Default: ETH
horizonstring · enumOptionalPossible values:
Responses
200

Successful Response

application/json
timestampintegerOptional

The UTC timestamp (in milliseconds) indicating when the prediction was made.

Default: 1738604596657
timestamp_strstring · date-timeOptional

The UTC timestamp indicating when the prediction was made.

Default: 2025-02-03T17:43:16.657871Z
volatilitynumberOptional

The predicted volatility.

Default: 0.0003897691785823554
get/volatility_prediction

Last updated