Real time race status

[CLIENT ENDPOIINT URL]/api/racestatus

The RBHQ Price Push Feed API allows partners to integrate and receive race statuses for all Racing events, races and runners. Statuses of races are generated by the RBHQ MTS platform and are managed by the quantitative traders. Price automation is key to these prices being updated in real-time. There are currently no limits to the requests but there will be throttling if RBHQ feels that the requests to the server are deemed too many and unnecessary.

The API is pushed to an endpoint to which each party will whitelist mutually.

Status of a race for action on host
This is the race status, please use this to ensure actions to a race.

KeySampleDescriptionComments
eventNumber2Event Number of the MeetingPlease us this to define the race number
meetingId1355916Host Partner Customer IDThis meeting ID is unique to the race
runnerNumber6The number of the participant in the race
statusCLOSEDstatus of the race to be appliedCLOSED
INTERIM
PROTEST
FINAL
ABANDONED
OPEN (re-open a race that has been CLOSED)
{
    "payload": [
            {
                "eventNumber": 2,
                "meetingId": 1355916,
                "status": "CLOSED"
            }
        ]
        "signature": "8bad0737f5edeb02b276b74c97f5817d31d36257465f9bcf7b8fb8cef440fcaa",
        "timestamp": 1619767450
}