Abstract illustration representing developer APIs

Developers & API

This space introduces our developer program, API access, and integration resources.

Who it is For:

Who can benefit from this

Realtime trading icon

Algorithmic trading desks

Focus on making the right decisions, crafting the strategies instead of going deep into analyzing every pattern yourself. Get ready-to-use analytics data for your own needs

Analytics icon

Signal providers

Cuts development effort for running Signal Provider Services. Take our analytics and connect with your market strategies for a quick result

Technology integration icon

Product & platform teams

Embed trading-grade analytics into SaaS experiences without standing up raw data infrastructure.

Alerts icon

Digital brokerages / Hedge Funds

Deliver richer market insights to your systems and processes. Try out new approaches in hours, not weeks

Can be used for:

Screening icon

Backtesting at pace

Iterate on strategies with curated historical datasets, consistent schemas, and low-latency playback.

Automation icon

Realtime execution flows

Use it in production algorithmic trading systems. Use trusted analytics to speed up your development

Stocks icon

Wrap our data into your UI

Integrate into your SasS products with whatever logic and UI you want, while building on top of our analytics

Compliance insights icon

Quick Prototyping

Prototype your products, trading infrastructure or anything else much faster

What we analyze

That's the high-level view of our analysis approach

Pattern Detections

  • Candle pattern recognition with conviction scoring
  • Market structure shifts across multiple time horizons
  • Order flow imbalance, liquidity sweeps, and breakout detection

In-Depth Correlations

  • Divergences and convergences versus benchmark baskets
  • Volatility deviations and regime change alerts
  • Correlation and decorrelation scans across dozens of parameters

Analysis Approaches

  • Smart Money (SM) context
  • Technical Analysis (TA) with adaptive indicator tuning
  • Quant factor blend and macro overlays

Interest Zones

  • Potential reaction zones mapped via liquidity and volume clusters
  • Statistically significant zones refreshed by real-time order book data
  • Scenario-aware alerts for supply/demand and funding imbalances
Signal Payload

What the analytics API returns for every asset

Every call bundles pattern detections, factor scores, probability bands, and context so you can act on conviction-rated signals immediately.

Pattern scoring snapshot

Pattern Score Strength Probability Candle detected
Liquidity Sweep 8.8 / 10 88% 71% 12:00 UTC
BOS + OB 7.9 / 10 79% 63% 14:00 UTC
Momentum Burst 6.7 / 10 67% 54% 14:45 UTC
RSI / Price Divergence 5.5 / 10 55% 48% 13:00 UTC

Scores are multi-factor composites blended from price action, order flow, derivatives, and macro factors.

Request parameters

  • assets Single symbol or basket (e.g. BTCUSDT, ETH, SOL)
  • tf Timeframe window like 15m, 1h, 1d
  • patterns Array of pattern types to scan (e.g. LIQUIDITY_SWEEP, FAIR_VALUE_GAP)
  • factors Toggle factor families to include (orderflow, momentum, derivatives, macro)
  • include Optional payload sections such as narratives, next_actions, correlations

Sample signal payload

{
  "symbol": "BTCUSDT",
  "window": "24h",
  "tf": "1h",
  "volatility_regime": "expansion",
  "liquidity_score": 0.72,
  "context": ["risk-on", "asia-led"],
  "patterns": [
    {
      "type": "LIQUIDITY_SWEEP",
      "name": "Liquidity Sweep",
      "timeframe": "4h",
      "score": 0.88,
      "strength": "strong",
      "probability": 0.71,
      "factors": {
        "orderflow": 0.92,
        "momentum": 0.84,
        "funding": 0.65,
        "macro_overlay": 0.58
      }
    },
    {
      "type": "MOMENTUM_BURST",
      "name": "Momentum Burst",
      "timeframe": "15m",
      "score": 0.67,
      "strength": "developing",
      "probability": 0.54,
      "factors": {
        "momentum": 0.71,
        "volatility": 0.63,
        "correlation_break": 0.54
      }
    }
  ],
  "next_actions": [
    {
      "type": "webhook",
      "trigger": "score >= 0.8",
      "target": "https://hooks.acme.com/finticon"
    }
  ]
}

Designed for teams shipping critical fintech experiences

Align product, quant, and compliance teams with shared tooling, transparent governance, and enterprise-grade support.

Backtesting

Designed to make backtesting your strategies easy before going live in market

Realtime Trading

Support low-latency execution and on-the-go analytics

Support

We route critical issues and requests as ASAP priorities so your processes are not interrupted

Spin up a workspace right now

Start using analytics via the API without diving into low-level market analysis work