entain_racing_next_races
Fetch next races about to start, grouped by racing category. Provide category UUIDs and count per category to receive race summaries with name, meeting, start time, and form.
Instructions
Next races about to jump, grouped per racing category.
Returns: {category_race_map:{}, race_summaries:{:{race_name, meeting_name, advertised_start, race_form}}}
Auth: works without a key; ENTAIN_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Races per category. | |
| categories | Yes | JSON array of racing category UUIDs. |