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.
Key | Sample | Description | Comments |
---|---|---|---|
eventNumber | 2 | Event Number of the Meeting | Please us this to define the race number |
meetingId | 1355916 | Host Partner Customer ID | This meeting ID is unique to the race |
runnerNumber | 6 | The number of the participant in the race | |
status | CLOSED | status of the race to be applied | CLOSED INTERIM PROTEST FINAL ABANDONED OPEN (re-open a race that has been CLOSED) |
{
"payload": [
{
"eventNumber": 2,
"meetingId": 1355916,
"status": "CLOSED"
}
]
"signature": "8bad0737f5edeb02b276b74c97f5817d31d36257465f9bcf7b8fb8cef440fcaa",
"timestamp": 1619767450
}