Skip to main content
IDs follow consistent patterns based on the hierarchy:

Complete Hierarchy

Example:

Event ID Format

Events are identified by series, descriptors, and date/time:
Sports:
  • nfl-ne-den-2026-01-25
  • mls-atl-clt-2026-03-22
Politics:
  • uspres-2028-11-05
  • ussen-2026-11-03
Crypto:
  • btc-hit-2026-12-31
  • eth-hit-2027-06-30
Culture:
  • oscars-2027-03-28
  • grammys-2027-02-14

Instrument ID Format

Instruments combine product, event, and outcome:
Examples:
  • aec-nfl-ne-den-2026-01-25 - Moneyline (no additional outcome)
  • atc-mls-atl-clt-2026-03-22-draw - 3-way outcome: draw
  • atc-mls-atl-clt-2026-03-22-atl - 3-way outcome: Atlanta wins
  • asc-nfl-hou-mia-2025-12-16-pos-4pt5 - Spread: 4.5 points
  • tsc-nfl-ne-den-2026-01-25-47-5 - Total: 47.5 points

Participant ID Format

Examples:
  • nfl-ne (New England)
  • nfl-den (Denver)
  • nba-bos (Boston Celtics)
  • usp-harris (Kamala Harris)
Participant abbreviations are standardized across all instruments in a series to enable consistent querying and position tracking.

Participant Lookup API

Participant abbreviations and display names can be looked up via the public teams endpoint:
Example: Fetch all MLS teams:
Response:
Mapping to instrument metadata: The endpoint also provides display data not present in instrument metadata: logo, colorPrimary, alias, displayAbbreviation, and record.

Uniqueness Rules

Each level of the hierarchy has specific uniqueness scoping: Key Points:
  • Events belong to exactly one Series
  • Products are independent and can be applied to events across any Series
  • Instruments are globally unique combinations of Product + Event + Outcome

Multi-Product Events

A single event can have multiple products applied to it, each creating its own set of instruments. This allows traders to speculate on the same event in different ways. Hierarchy:
Event: nfl-ne-den-2026-01-25 (New England vs Denver on Jan 25, 2026) Products Applied:
  1. AEC (Athletic Event Contract) - Single Binary
    • Instrument: aec-nfl-ne-den-2026-01-25
    • Question: “Will New England win?”
    • Outcome: moneyline, strike: 0.0
  2. ASC (Athletic Spread Contract) - Group Directional
    • Instrument: asc-nfl-ne-den-2026-01-25-pos-3pt5
    • Question: “Will New England win by more than 3.5 points?”
    • Outcome: spread, strike: 3.5
  3. TSC (Total Score Contract) - Group Directional
    • Instrument: tsc-nfl-ne-den-2026-01-25-47-5
    • Question: “Will total points be over 47.5?”
    • Outcome: total, strike: 47.5
All three instruments reference the same event_id but have different product codes, outcome_type, and outcome_strike values.

Soccer Example with 3-Way Markets

Hierarchy:
Event: mls-atl-clt-2026-03-22 (Atlanta United vs Charlotte FC) Products Applied:
  1. ATC (Athletic Tie Contract) - Group Exclusive (3-way)
    • atc-mls-atl-clt-2026-03-22-atl (Atlanta wins)
    • atc-mls-atl-clt-2026-03-22-draw (Draw)
    • atc-mls-atl-clt-2026-03-22-clt (Charlotte wins)
  2. AEC (Athletic Event Contract) - Single Binary
    • aec-mls-atl-clt-2026-03-22 (Will Atlanta win?)
  3. TSC (Total Score Contract) - Group Directional
    • tsc-mls-atl-clt-2026-03-22-2-5 (Over 2.5 goals)
    • tsc-mls-atl-clt-2026-03-22-3-5 (Over 3.5 goals)
The same event supports both 3-way markets (ATC) and binary markets (AEC), plus totals (TSC).

Complete Metadata Reference

All metadata fields available on instruments:

Attributes vs Metadata vs Event Attributes

Attributes contain trading and settlement parameters:
  • tick_size - Minimum price increment
  • minimum_trade_qty - Minimum order size
  • price_limit - Price bounds (low, high, low_set, high_set)
  • expiration_date - Contract expiration
  • expiration_time - Settlement time
  • last_trade_date - Final trading day
  • last_trade_time - Final trading time
  • base_currency - Settlement currency
  • clearing_house - Clearing organization
  • cfi_code - Classification of Financial Instruments code
  • settlement_price_logic - Settlement logic type
  • trade_day_roll_schedule - Trading day rollover schedule
Metadata contains descriptive and reference information:
  • cftc_instrument_id - CFTC registered instrument identifier
  • clearing_sym - Clearing symbol prefix
  • Event details (category, series, participants)
  • Resolution rules
  • External data provider IDs
  • Display names and formatting
Event Attributes contain event-specific trading parameters:
  • position_accountability_value - Position limit threshold
  • payout_value - Contract payout amount
  • question - Human-readable question
  • event_display_name - Formatted display name for the event
  • event_id - Event identifier
  • strike_value - Strike value for the outcome
  • evaluation_type - Comparison operator for resolution
  • strike_unit - Unit type for strike (string, decimal)
  • calculation_method - Settlement calculation method
  • time_specifier - Date for event occurrence

External Data Provider IDs

External IDs enable integration with third-party data sources: event_external_id_sportsdataio
  • SportsDataIO event identifier
  • Used for real-time scores and statistics
  • Example: "19449"
event_external_id_sportradar
  • Sportradar event identifier (UUID format)
  • Used for official data feeds and settlement
  • Example: "5848514c-3977-4aa3-9db0-94ed5d0ebb34"
These IDs allow automated resolution based on official data provider results.

Common Query Patterns

Use metadata fields to filter and find specific instruments:

Filter by Series

Use instrument_product_series for reliable series filtering. This field combines the product code and series (e.g., aec-nfl, atc-mls) and is consistently populated across all instrument types. Find all NFL moneyline instruments:
Find all NBA moneyline instruments:
Find all NFL instruments (any product):

Filter by Product Type

Find all moneyline contracts:
Find all spread contracts:

Filter by Participant

Find all instruments involving New England:

Filter by Event

Find all instruments for a specific game:

Combined Filters

Find all NFL moneyline contracts:
Find all spread contracts with New England: