1. API
Provides the flexibility to call Xtreamly model predictions via any digital ecosystem

Traditional trading signals and execution strategies often fail to adapt to real-time volatility shifts. Xtreamly changes the game by providing AI-driven volatility intelligence that enhances trade signals, execution, and risk management, creating a competitive edge for trading firms, market makers, and quant funds.
More details on our swagger docs: https://xtreamly.io/api
Volatility Predictions
Returns current predicted volatility for 1-minute and 60-minute horizons.
/volatility_prediction
The token to predict volatility for, e.g. 'ETH'
The prediction horizon for the volatility prediction
Historical Volatility Predictions
Returns historical predicted volatility for 1-minute and 60-minute horizons.
/volatility_historical
The token to predict volatility for, e.g. 'ETH'
The prediction horizon for the volatility prediction
Start date in milliseconds (1738167569855) for filtering historical volatility prediction data
End date in milliseconds (1738171094977) for filtering historical volatility prediction data
Market State Predictions
Provides the current market classification (high, medium, low).
/state_recognize
The token to predict volatility for, e.g. 'ETH'
Historical Market State Predictions
Provides the historical market classification (high, medium, low
/state_historical
The token to predict volatility for, e.g. 'ETH'
Start date in milliseconds (1738167569855) for filtering historical volatility prediction data
End date in milliseconds (1738171094977) for filtering historical volatility prediction data
Health
/
No body
Last updated