Solaris AISolaris AI FlowDocs
Node ReferenceData

DefiTheOdds

Enriched OHLCV with 40+ indicators and ML market regime scores via DefiTheOdds.

View as Markdown

DefiTheOdds provides enriched candle data for crypto assets - OHLCV augmented with 40+ technical indicators and ML-driven market regime scores. The node supports hourly and daily timeframes.

Prerequisites

Operations

OperationDescriptionKey inputs
getHourlyGet hourly candle dataticker, candles
getDailyGet daily candle dataticker, candles

Configuration

FieldTypeRequiredDescription
tickerstringYesAsset ticker (e.g., SOL, BTC)
candlesnumberNoNumber of candles to return (default: varies, capped at 1000)

Output

{
  "success": true,
  "operation": "getHourly",
  "ticker": "SOL",
  "data": [
    { "timestamp": 1712000000, "open": 149.5, "high": 151.2, "low": 148.8, "close": 150.3 }
  ]
}

Common use cases

  • Feed candle data into AI nodes for technical analysis
  • Compare DefiTheOdds signals with Birdeye/CoinGecko prices
  • Build alerts on candle patterns

Next steps

On this page