Skip to main content

What is an Entity?

An entity is a structured representation of a real-world thing that’s relevant to prediction markets. Unlike raw text or search results, entities have:
  • Typed attributes (not just key-value strings)
  • Explicit relationships to other entities
  • Market connections showing which markets they affect

Entity Types

Entity Structure

Attributes

Attributes are typed key-value pairs attached to entities. Every attribute includes provenance:

Common Attributes by Type

Slugs

Every entity has a unique slug used in API paths:
  • URL-safe (lowercase, hyphens)
  • Human-readable
  • Stable (won’t change)
Examples:
  • patrick-mahomes
  • kansas-city-chiefs
  • joe-biden
  • bitcoin

Categories

Entities are organized into categories and subcategories:

Fetching Entities

Get Single Entity

Returns complete entity with relationships and market exposures.

List Entities

Filter by category, subcategory, and type.

Search Entities

Full-text search across names and descriptions using the q parameter on the list endpoint.

Why Entities Matter

Machine-Readable

AI systems can directly consume entity data without parsing text or risking hallucinations.

Relationship Context

Understand how entities connect—a player to a team to a stadium to a city.

Market Mapping

Every entity links to relevant prediction markets, showing exposure.

Attributed Data

Every attribute includes source, timestamp, and confidence—full provenance.