Skip to main content

What it streams

Global currency metadata or rates (depends on your feed).

Routing

  • Global channel (often ignores sportIds, tournamentIds, live/pregame)
  • No entity key in many feeds

Common payload fields

  • currencies or rates object

Example message (JSON)

{
  "channel": "currencies",
  "type": "UPDATE",
  "payload": {
    "rates": {
      "USD": 1.0,
      "EUR": 0.92
    }
  },
  "ts": 1765497999999,
  "entryId": "1765497999999-1"
}