fanduel_sb_call
Fetch FanDuel Sportsbook (US, NJ) data by operation name, passing only variable query parameters. Returns JSON without requiring authentication.
Instructions
Fetch a FanDuel Sportsbook (US, NJ) REST resource by operation name. Carries
the static public _ak web key + the sportsbook Origin/region headers, so the
caller supplies only the variable query params (eventId, customPageId,
dataEntries, eventIds, …). Read fanduel://sportsbook/operations for the list.
Returns: (JSON object)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The operation to run. Valid names come from this provider's catalogue resource (see `list_resources`) — guessing one returns an error listing the alternatives. | |
| path_params | No | Values for the operation's URL path placeholders, as an object keyed by placeholder name. The catalogue resource lists which each operation needs. | |
| query_params | No | Query-string parameters for the operation, as an object. Optional for most operations; the catalogue resource documents the accepted keys. |