Fully automatic — markets resolve without developer intervention as soon as a game ends.
Retrieves a real-time feed of recently settled match results and market resolutions.
Optimized for automated betting systems to process payouts as soon as results are finalized.
An event appears in this feed as soon as at least one market is resolved (resolved_markets_count >= 1);
additional markets are appended gradually until pending_markets_count reaches 0.
This includes standard markets, player-prop markets, and dynamic live markets as each one is officially resolved.
Team names, logos, and final scores are included with each settlement entry.
⚠️ Poll regularly after the game ends to capture all market resolutions as they arrive gradually.
Poll every ~60s to capture all market resolutions before they expire.
This endpoint can return larger responses than lightweight endpoints (e.g. /v1/scores) because each
item may include multiple resolved markets and outcomes. We recommend keeping
limit small (20-50).
Results are returned newest first (ended_at descending), with event_id as a tie-breaker.
Use cursor pagination for efficient incremental processing.
For permanent score data, use /v1/events/{eventId}/result.
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
Maximum number of settlements to return (default: 100, max: 200). Recommended 20-50 for recurring polling.
1 <= x <= 200Number of settlements to skip for pagination (default: 0). For recurring polling, keep offset=0.
x >= 0Cursor-based pagination token (base64url encoded {ended_at,event_id} from next_cursor). Do not combine with offset.
Filter settlements by a single event id.
Filter settlements by multiple event ids (CSV). Maximum 50 ids.
A feed of recently ended events and their finalized market outcomes (won, lost, refund).