Skip to main content

Subjects API

The Subjects API provides access to subject entities that are attached to markets. Subjects represent the people, teams, or entities that a market is about.

When Are Subjects Used?

Subjects are attached to markets in two cases:
  • Non-sports markets — political candidates, nominees, public figures, and other entities featured in event-driven markets.
  • Non-championship futures markets for sports — such as MVP awards, season win totals, and other futures that aren’t tied to a specific game or championship outcome.
For standard sports game markets (moneylines, spreads, totals), participants and teams are attached directly to the event rather than as subjects on the market.

Endpoints

MethodEndpointDescription
GET/v1/subjectsGet all subjects
GET/v1/subjects/{id}Get subject by ID

Subject Fields

FieldTypeDescription
idintegerSubject ID
namestringSubject name
displayNamestringDisplay name
descriptionstringSubject description
subjectTypestringType: nominee, player, team, or candidate
imagestringSubject image URL
colorstringSubject color
darkColorstringSubject dark mode color

Pagination

ParameterTypeDescription
limitintegerMaximum results per page
offsetintegerNumber of results to skip