The Ably Websocket API is being deprecated on July 1, 2026. See the migration guide →
cURL
curl --request GET \ --url https://api.sx.bet/fixture/status
{ "status": "success", "data": { "L18016511": { "status": 1 } } }
This endpoint returns the status of the passed event IDs.
An array of event IDs (comma separated)
success or failure if the request succeeded or not
success
failure
Mapping from event ID to an object containing the fixture status code.
Show child attributes