curl --request GET \
--url https://core.api.dev.predictstreet.sde.adifoundation.ai/api/matches/{id}{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"title": "<string>",
"participantA": "<string>",
"participantB": "<string>",
"tags": [
{
"slug": "<string>",
"name": "<string>",
"color": "<string>",
"iconUrl": "<string>"
}
],
"stage": "group",
"startTime": "2023-11-07T05:31:56Z",
"state": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"events": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"title": "<string>",
"group": "<string>",
"stage": "group",
"teamA": "<string>",
"teamB": "<string>",
"tags": [
{
"slug": "<string>",
"name": "<string>",
"color": "<string>",
"iconUrl": "<string>"
}
],
"eventStartTime": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"markets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"eventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"symbol": "<string>",
"title": "<string>",
"groupItemTitle": "<string>",
"conditionId": "<string>",
"questionId": "<string>",
"yesTokenId": "<string>",
"noTokenId": "<string>",
"status": "DRAFT",
"currentReviewRound": 123,
"outcomeCount": 123,
"outcomeLabels": [
"<string>"
],
"initialFairValue": "<string>",
"initialOutcomePrices": [
"<string>"
],
"feeTakerBps": 123,
"opensAt": "2023-11-07T05:31:56Z",
"closesAt": "2023-11-07T05:31:56Z",
"kickoff": "2023-11-07T05:31:56Z",
"resolutionWindowHours": 123,
"pausedAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"payoutNumerators": "<unknown>",
"officialDataSource": "<string>",
"sourceFixtureId": "<string>",
"resolutionCriteria": "<string>",
"negRiskEligible": true,
"isNewMarketType": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"outcomePrices": [
"<string>"
]
}
]
}
]
}404 with code=match_not_found if the id does not exist or has no public-status markets.
curl --request GET \
--url https://core.api.dev.predictstreet.sde.adifoundation.ai/api/matches/{id}{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"title": "<string>",
"participantA": "<string>",
"participantB": "<string>",
"tags": [
{
"slug": "<string>",
"name": "<string>",
"color": "<string>",
"iconUrl": "<string>"
}
],
"stage": "group",
"startTime": "2023-11-07T05:31:56Z",
"state": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"events": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"title": "<string>",
"group": "<string>",
"stage": "group",
"teamA": "<string>",
"teamB": "<string>",
"tags": [
{
"slug": "<string>",
"name": "<string>",
"color": "<string>",
"iconUrl": "<string>"
}
],
"eventStartTime": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"markets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"eventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"symbol": "<string>",
"title": "<string>",
"groupItemTitle": "<string>",
"conditionId": "<string>",
"questionId": "<string>",
"yesTokenId": "<string>",
"noTokenId": "<string>",
"status": "DRAFT",
"currentReviewRound": 123,
"outcomeCount": 123,
"outcomeLabels": [
"<string>"
],
"initialFairValue": "<string>",
"initialOutcomePrices": [
"<string>"
],
"feeTakerBps": 123,
"opensAt": "2023-11-07T05:31:56Z",
"closesAt": "2023-11-07T05:31:56Z",
"kickoff": "2023-11-07T05:31:56Z",
"resolutionWindowHours": 123,
"pausedAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"payoutNumerators": "<unknown>",
"officialDataSource": "<string>",
"sourceFixtureId": "<string>",
"resolutionCriteria": "<string>",
"negRiskEligible": true,
"isNewMarketType": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"outcomePrices": [
"<string>"
]
}
]
}
]
}OK
admin.matches aggregate — a single fixture/card that groups several related events (e.g. 1X2, first-scorer, over-under) under one matchup.
Short matchup label (e.g. 'BRA vs ARG').
Show child attributes
group, r32, r16, quarter_finals, semi_finals, third_place, final Lifecycle state from admin.matches.state — typically READY for everything surfaced publicly.
Show child attributes