Get snapshots of the latest odds for a fixture
Return the latest odds for each unique market line for a given fixture. If the ‘asOf’ parameter is provided, the snapshots are taken at that point in time from historical data. Otherwise, it returns the current live snapshot if it exists within the current 5-minutes interval.
Documentation Index
Fetch the complete documentation index at: https://txline-docs.txodds.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User's session JWT.
The user's long-lived API token, obtained from the activation endpoint.
Headers
Bearer token for the user's session JWT.
The user's long-lived API token.
Path Parameters
The ID of the fixture
Query Parameters
Optional Unix timestamp (ms) for a historical snapshot. If omitted, returns the live snapshot.
Response
Strictly formatted to 3 decimal places, or NA for quarter handicap lines
^(NA|\d+\.\d{3})$