iFX

ws.ifx.trading

Reserved real-time streaming layer

RESERVED

Future Real-Time Transport

This subdomain is reserved for the iFX websocket layer that will deliver low-latency live updates to terminal clients, dashboards, alert systems, connectors, and external subscribers.

Current State

Websocket transport is not yet publicly enabled. Current client access is handled through polling against api.ifx.trading.

Planned Streaming Scope

  • live signal updates
  • live capital flow changes
  • event and calendar releases
  • opportunity ranking pushes
  • alert and execution bridge messaging

Likely Channel Model

{
  "channels": [
    "signals.latest",
    "signals.EURUSD",
    "flow.latest",
    "opportunities.top",
    "events.calendar",
    "alerts.user.{id}"
  ]
}

Likely Event Types

{
  "event_types": [
    "signal_update",
    "flow_update",
    "opportunity_update",
    "calendar_event",
    "alert_trigger",
    "execution_bridge_notice"
  ]
}

Architecture Role

  • feed.ifx.trading ingests
  • api.ifx.trading normalizes and serves
  • ws.ifx.trading streams live state
  • markets.ifx.trading consumes and displays