GeminiGemini
SandboxGet API key
  • Crypto Trading
  • Prediction Markets
Resources
  • Changelog

© 2026 Gemini Space Station, Inc.

Gemini Crypto Exchange LogoGemini Crypto Exchange Logo
Market Makers
    Maker Rebate Program
WebSocket
    AuthenticationMessage Format
    Streams
      Book TickerL2 Partial DepthL2 Differential DepthTrade StreamOrder EventsBalance Updates
    Playground
      Overviewconninfopingtimesubscribeunsubscribelist_subscriptionsdepthorder.placeorder.cancelorder.cancel_allorder.cancel_session
REST APIs
    Order Management
    Positions
    Events
Agentic
Tickers
    OverviewCryptoSportsCommoditiesWeather
Schemas
Tickers

Ticker Overview

Gemini prediction markets use structured ticker symbols to uniquely identify events and contracts. All tickers use the GEMI- prefix.

Event and Contract Hierarchy

All prediction markets follow a two-level structure:

  • Event - The outcome being predicted (e.g., a game, a price threshold, an election)
  • Contracts - The tradeable positions within that event (e.g., Team A wins, Team B wins)

Contract tickers are always mapped to their parent event. When querying the API, you can retrieve all contracts for an event or trade individual contracts directly.

Automated Market Tickers

Markets with programmatic resolution use structured ticker formats that encode event details directly:

Market TypeFormat
CommoditiesGEMI-{Commodity}{Expiry}-{Contract}
CryptoGEMI-{Asset}{Expiry}-{Contract}
SportsGEMI-{League}-{DateTime}-{Away}-{Home}-{Type}-{Contract}
WeatherGEMI-{EventType}-{Location}-{Expiry}-{Contract}

These tickers are deterministic - you can parse them to extract event metadata like expiry time, teams, or underlying asset.

Other Markets

Markets without automated resolution (e.g., political events, custom predictions) use unique identifiers that don't follow a structured format. The event → contract hierarchy still applies - contracts are grouped under their parent event and can be queried via the API.

Last modified on April 17, 2026
List Event CategoriesOverview
On this page
  • Event and Contract Hierarchy
  • Automated Market Tickers
  • Other Markets