Download OpenAPI specification:Download
An API that provides real-time analytics, sentiment analysis, pattern recognition, and trend predictions for cryptocurrency trading.
Predicts trend continuation probabilities and forecasts the next price movement for the given cryptocurrency.
crypto required | string (Crypto) |
{- "crypto": "string",
- "trend_continuation_prob": 0,
- "trend_reversal_prob": 0,
- "next_predicted_price": 0
}
Retrieves various analytics metrics such as moving averages, RSI, and price volatility for a given cryptocurrency.
crypto required | string (Crypto) |
{- "crypto": "string",
- "moving_average_50": 0,
- "moving_average_200": 0,
- "rsi": 0,
- "volatility": 0
}