Skip to main content
GET
/
v1
/
settlements
/
outrights
Outrights Settlement — League and tournament futures results
curl --request GET \
  --url https://api.fieldfunded.com/v1/settlements/outrights \
  --header 'X-API-Key: <api-key>'
{ "outright_settlements": [ { "entry_id": "95:341101:192002:won", "tournament_id": "95", "tournament": "Premier League", "market_id": 341101, "market": "Premier League Winner", "selection_id": 192002, "selection": "Arsenal", "result": "won", "settled_at": "2026-05-18T21:35:00Z", "sport": "Soccer" } ], "total": 1, "limit": 50, "offset": 0, "has_more": false, "next_cursor": null, "applied_filters": { "tournament_ids_count": 0, "using_cursor": false } }

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.

Authorizations

X-API-Key
string
header
required

Your FieldFunded API Key

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0
cursor
string

Cursor-based pagination token (base64url encoded {settled_at,entry_id} from next_cursor). Do not combine with offset.

tournament_id
string

Filter by a single tournament id.

tournament_ids
string

Filter by multiple tournament ids (CSV). Maximum 50 ids.

Response

A feed of recently resolved futures and outright markets (e.g. tournament winners).

outright_settlements
object[]
total
integer
limit
integer
offset
integer
has_more
boolean
next_cursor
string | null
applied_filters
object