Submit your users’ bet selections and check their resolution status — the API automatically determines if each bet won, lost, refund, or is still pending. Each selection is matched by
market name and outcome label (with smart alias handling for common variants like
“Match Winner” / “1X2” / “Moneyline”).
Team names and final scores are included in the response. Process settlements promptly — poll regularly after the game ends to capture all market resolutions as they arrive gradually.
Each selection requires: event_id, market (name), and outcome (label).
For guaranteed accuracy, include market_id and selection_id (primary identification — from /events or /settlements) to match by ID instead of name.
Optionally include odds to get payout_multiplier and stake to get calculated payout in the response.
The stake field is currency-agnostic — send any numeric amount in your platform’s currency.
The response includes matched_market_id and matched_selection_id for your records.
Request body supports:
{ selections: [...] }{ selection: {...} }{ event_id, market, outcome, odds?, stake? }Documentation Index
Fetch the complete documentation index at: https://docs.fieldfunded.com/llms.txt
Use this file to discover all available pages before exploring further.
Your FieldFunded API Key
Batch mode (optional when using single mode)
50Single selection mode
Root-level single shortcut (requires market and outcome)
x >= 1x >= 0.01