betfair_navigation
Explore the sports navigation tree from sport to market to locate market IDs, then supply them to betfair_market_prices for odds data.
Instructions
Navigation graph by node — traverse sport → group → event → market. Feed market ids into betfair_market_prices.
Returns: {nodes:[{nodeId, name, nodeType: EVENT_TYPE|MENU|EVENT|MARKET, navInfo, ...}]}
Example: Top of the Horse Racing tree {"nodeIds": "EVENT_TYPE:7"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _ak | No | Public web app key (leave default). | nzIFcwyWhrlwYMrh |
| alt | No | Response format. | json |
| locale | No | Locale. | en |
| nodeIds | Yes | Node ids to start from, e.g. "EVENT_TYPE:7" (Horse Racing), "EVENT_TYPE:1" (Soccer), "COMP:11897406", "EVENT:35652256". | |
| maxResults | No | Max nodes to return. | |
| attachments | No | Attachment types to inline (MENU, EVENT, MARKET). Include MARKET for bulk market-id discovery — 1000+ MARKET nodes per event type in one call (verified live 2026-07-06), ready for betfair_market_prices. | MENU,EVENT |
| currencyCode | No | Currency. | AUD |
| maxInDistance | No | How many parent levels to walk up. | |
| maxOutDistance | No | How many child levels to walk down. |