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
      List EventsGet EventList Event Categories
Agentic
Tickers
    OverviewCryptoSportsCommoditiesWeather
Schemas
REST APIsPrediction MarketsEventsGet Event

Get Event

GEThttps://api.gemini.com/v1/prediction-markets/events/{eventTicker}

Returns detailed information about a specific prediction market event.

GETv1/prediction-markets/events/BTC100K2025
curl --request GET \
  --url https://api.gemini.com/v1/prediction-markets/events/BTC100K2025

Path Parameters

eventTickerstring·required
The event ticker symbol (e.g., "BTC100K")

Responses

Successful response

idstring
titlestring
Example: Will Bitcoin reach $100k by end of 2025?
slugstring
Example: bitcoin-100k-2025
descriptionstring
imageUrlstring
typestring·enum
Type of prediction marketEnum values: binarycategorical
categorystring
Example: crypto
seriesstring
tickerstring
The event ticker (e.g., "BTC100K2025")Example: BTC100K2025
statusstring·enum
Status of a prediction marketEnum values: approvedactiveclosedunder_reviewsettledinvalid
resolvedAtstring (date-time)
createdAtstring (date-time)
contractsarray
Tradeable contracts within this event
contracts[].idstring
contracts[].labelstring
Human-readable label (e.g., "Yes", "No")
contracts[].abbreviatedNamestring
Short form label (e.g., ">$90")
contracts[].descriptionobject
Rich text description
contracts[].pricesobject
Current bid/ask pricing for the contract
contracts[].totalSharesstring
contracts[].colorstring
contracts[].statusstring·enum
Status of a prediction marketEnum values: approvedactiveclosedunder_reviewsettledinvalid
contracts[].imageUrlstring
contracts[].priceHistoryarray
contracts[].createdAtstring (date-time)
contracts[].expiryDatestring (date-time)
contracts[].resolutionSidestring·enum
The outcome being traded (Yes or No)Enum values: yesno
contracts[].resolvedAtstring (date-time)
contracts[].termsAndConditionsUrlstring
contracts[].tickerstring
contracts[].instrumentSymbolstring
contracts[].effectiveDatestring (date-time)
contracts[].marketStatestring·enum
Trading state of the contractEnum values: openclosed
contracts[].sortOrderinteger
Display order within the event
contracts[].strikeobject
Strike price information for Up/Down crypto contracts
contracts[].strike.valuestring
The strike price value. Null for "reference" type strikes where the value is determined at availableAt time.Example: 87500.00
contracts[].strike.typestring·enum
Strike type - "reference" for Up/Down contracts, "above" for Higher/Lower contractsEnum values: referenceaboveExample: reference
contracts[].strike.availableAtstring (date-time)
When the strike price becomes availableExample: 2026-03-27T19:45:00.000Z
contracts[].sourcestring
Data source identifier for price observation (e.g., "GRR-KAIKO_BTCUSD_60S"). Present for crypto Up/Down contracts.Example: GRR-KAIKO_BTCUSD_60S
contracts[].settlementValuestring
The observed settlement price. Only present after the contract is settled.Example: 87654.32
contractOrderbooksobject
volumestring
Total trading volume in USDExample: 125000.00
liquiditystring
Total liquidity in USDExample: 50000.00
tagsarray
effectiveDatestring (date-time)
expiryDatestring (date-time)
subcategoryobject
Nested category information for the event
sourcestring
Data source identifier for price observation. Aggregated from contracts for crypto Up/Down events.Example: GRR-KAIKO_BTCUSD_60S
settlementobject
Settlement information for resolved events
settlement.valuestring
The observed settlement value (e.g., the price at expiry for crypto contracts)Example: 87654.32
PreviousList EventsNextList Event Categories
Last modified on April 17, 2026