tab_racing_futures_race
Fetch a futures racecard by race name, including runners and fixed odds, for a chosen date and venue.
Instructions
Racecard for one FUTURES market: futures URLs put the race NAME (not a number) in the race slot, so the integer-typed tab_racing_race cannot reach them.
Returns: {raceName, raceStartTime, runners:[{runnerNumber, runnerName, fixedOdds:{returnWin, returnPlace, bettingStatus}}]}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Meeting date from the futures listing, YYYY-MM-DD. Required — part of the URL path. | |
| raceName | Yes | Race name from the futures listing, e.g. "Queen Anne Stakes (All In)". Required — part of the URL path. | |
| raceType | Yes | Race code: R/G/H. Required — part of the URL path. | |
| fixedOdds | No | Include fixed-odds prices (futures are fixed-odds only). | |
| jurisdiction | No | State jurisdiction. | NSW |
| venueMnemonic | No | Futures meeting name, e.g. "Racing Futures", "Greyhound Futures". | Racing Futures |