Returns all currently live in-play events across all sports. This is a lightweight listing endpoint —
each event includes real-time scores, match clocks, event metadata, summary 1X2 odds (odds.home,
odds.draw, odds.away), and a markets_count field, but does NOT include the full markets
array (no individual market selections, player-prop markets (including pre-match and dynamic live/in-play variants), or deep odds).
This is functionally equivalent to GET /v1/events?status=live — a convenience alias that pre-filters to live games only.
For full market depth (all 1,000+ markets, selections, scoreboards, sport-specific data), fetch individual events via
GET /v1/events/{eventId}or usePOST /v1/events/batchfor up to 20 events at once.
~1–3 KB per event (vs. 50–200 KB with full markets on the detail endpoint).
Poll /v1/live every 5–10 seconds to discover which games are in-play and get headline odds, then fetch
/v1/events/{eventId} for the specific games where you need full market depth.
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
Filter by sport key
"soccer"
Maximum number of live events to return (default: all, max: 200)
1 <= x <= 200Odds format for all values in response. Default: decimal
decimal, american, fractional