Skip to main content

GET Market Movement Signals

Endpoint

GET https://betting-intelligance.sportmicro.com/football-market-movement-signals

Backing view

betting_intelligence.football_market_movement_signals

Purpose

Use this endpoint to retrieve football price movements that were detected across time or across books.

Common filters

  • match_id=eq.{match_id}
  • bookmaker_id=eq.{bookmaker_id}
  • market_type=eq.{market_type}
  • selection=eq.{selection}
  • movement_type=eq.{movement_type}
  • direction=eq.{direction}
  • expires_at=gte.now()

Returned fields

  • id, match_id, bookmaker_id
  • market_type, market_scope, selection, movement_type
  • opening_odds, previous_odds, current_odds
  • movement_pct, time_window_minutes, books_moving_count, direction
  • signal_score, confidence_score
  • summary, reason, metadata
  • created_at, updated_at, expires_at

Example

curl "https://betting-intelligance.sportmicro.com/football-market-movement-signals?match_id=eq.{match_id}&order=movement_pct.desc&expires_at=gte.now()"

Notes

  • books_moving_count helps identify broader market confirmation.
  • opening_odds, previous_odds, and current_odds support timeline analysis.