Skip to main content
GET
Get live odds and betslip metadata

Authorizations

x-api-key
string
header
required

API key for authentication. Contact contact@55-tech.com to obtain a key.

Query Parameters

fixtureId
string

Fixture identifier (e.g., 'id1000004461512432'). Required for fixture markets. Mutually exclusive with futureId.

futureId
string

[Coming soon] Future/outright market identifier. Mutually exclusive with fixtureId. Currently returns 501.

participantId
integer
default:0

[Coming soon] Participant identifier for futures (e.g., team/player). Only used with futureId.

outcomeId
integer
required

Outcome identifier (e.g., 103 for Match Winner Away)

playerId
integer
required

Player ID. Use 0 for non-player prop markets.

bookmakers
string | null

Comma-separated bookmaker slugs (e.g., 'pinnacle,betfair-ex'). If omitted, uses all client's configured bookmakers.

Response

Current odds and betslip metadata for a fixture

fixtureId
string
outcomeId
integer
playerId
integer
client
string
userRef
string | null
fixtureInfo
object | null

Fixture details (teams, sport, tournament, start time, scores)

outcomeInfo
object | null

Market and outcome details

playerInfo
object | null

Player details for player prop markets

odds
object

Odds keyed by bookmaker slug, each containing odds entries keyed by oddsId (fixtureId:bookmaker:outcomeId:playerId)