Get current odds and metadata for a specific fixture/outcome/player combination, or a futures/outright market.
Fixture mode (required parameters): fixtureId, outcomeId, playerId
Futures mode (coming soon): futureId, outcomeId, playerId, participantId — currently returns 501 Not Implemented
Response includes:
fixtureInfo — Fixture details (teams, sport, tournament, start time, scores)outcomeInfo — Market and outcome details (market name, type, handicap)playerInfo — Player details (for player prop markets, null otherwise)odds — Live odds keyed by bookmaker, each containing:
price — Current decimal oddslimit / limitMin — Max/min stake in account currencylimitUsd / limitMinUsd — Limits converted to USDlimitCurrency — Account currency for limitsactive — Whether odds are currently availableaccount — Account username for this bookmakercurrencyInfo — Currency exchange rate detailsbookmakerFixtureId/MarketId/OutcomeId — Bookmaker’s internal IDsmeta — Exchange orderbook data (for Betfair, Polymarket, etc.)Limit cascade: account.minStake/maxStake > bookmaker.minStake/maxStake > odds.limitMin/limit
API key for authentication. Contact contact@55-tech.com to obtain a key.
Fixture identifier (e.g., 'id1000004461512432'). Required for fixture markets. Mutually exclusive with futureId.
[Coming soon] Future/outright market identifier. Mutually exclusive with fixtureId. Currently returns 501.
[Coming soon] Participant identifier for futures (e.g., team/player). Only used with futureId.
Outcome identifier (e.g., 103 for Match Winner Away)
Player ID. Use 0 for non-player prop markets.
Comma-separated bookmaker slugs (e.g., 'pinnacle,betfair-ex'). If omitted, uses all client's configured bookmakers.
Current odds and betslip metadata for a fixture
Fixture details (teams, sport, tournament, start time, scores)
Market and outcome details
Player details for player prop markets
Odds keyed by bookmaker slug, each containing odds entries keyed by oddsId (fixtureId:bookmaker:outcomeId:playerId)