All systems operational

TxLINE API status

Live status of the 8 TxLINE endpoints used by sports-workbench. Latency and request rate are sampled over the last 60 seconds. Schema docs at txline.txodds.com/documentation.

8

endpoints

all 8 healthy

291ms

avg latency

p50 · 60s window

197.7

req / sec

combined

99.98%

uptime · 30d

SLA: 99.9%

methodpathdescriptionstatuslatencyrps
GET/v1/fixturesList fixtures for a competition or statusok84ms12.4
GET/v1/odds/:fixtureIdCurrent canonical odds + sub-tree proofok96ms28.7
GET/v1/odds/:fixtureId/historyTime-series of odds updates (replay)ok142ms4.1
POST/v1/subscribeMint a 30-day free-tier access token (on-chain)ok1840ms0.6
GET/v1/proof/:messageIdSub-tree + main-tree Merkle proof for a MessageIdok78ms8.2
GET/v1/stream/sseServer-sent events feed of live odds updatesok12ms142.5
GET/v1/batch-roots/:epochDayDaily batched Merkle root anchored to Solanaok64ms1.0
GET/v1/healthService health and versionok8ms0.2

schema

// canonical odds (truncated){
  "fixtureId": 17588234,
  "messageId": "1835131630:00003:000063-10021-stab",
  "ts": 1782457169278,
  "marketType": "OVERUNDER_PARTICIPANT_GOALS",
  "line": 1.5,
  "odds": {
    "selection": "home",
    "price": 2.28,
    "prev": 1.62
  },
  "subTreeRoot": "0x55c2...c1648",
  "merkleRoot": "0x7a9f3b...d441a8"
}