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/BTC100K2025Path 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-2025descriptionstring
imageUrlstring
typestring·enum
Type of prediction marketEnum values: binarycategoricalcategorystring
Example: cryptoseriesstring
tickerstring
The event ticker (e.g., "BTC100K2025")Example: BTC100K2025statusstring·enum
Status of a prediction marketEnum values: approvedactiveclosedunder_reviewsettledinvalidresolvedAtstring (date-time)
createdAtstring (date-time)
contractsarray
Tradeable contracts within this eventcontracts[].idstring
contracts[].labelstring
Human-readable label (e.g., "Yes", "No")contracts[].abbreviatedNamestring
Short form label (e.g., ">$90")contracts[].descriptionobject
Rich text descriptioncontracts[].pricesobject
Current bid/ask pricing for the contractcontracts[].totalSharesstring
contracts[].colorstring
contracts[].statusstring·enum
Status of a prediction marketEnum values: approvedactiveclosedunder_reviewsettledinvalidcontracts[].imageUrlstring
contracts[].priceHistoryarray
contracts[].createdAtstring (date-time)
contracts[].expiryDatestring (date-time)
contracts[].resolutionSidestring·enum
The outcome being traded (Yes or No)Enum values: yesnocontracts[].resolvedAtstring (date-time)
contracts[].termsAndConditionsUrlstring
contracts[].tickerstring
contracts[].instrumentSymbolstring
contracts[].effectiveDatestring (date-time)
contracts[].marketStatestring·enum
Trading state of the contractEnum values: openclosedcontracts[].sortOrderinteger
Display order within the eventcontracts[].strikeobject
Strike price information for Up/Down crypto contractscontracts[].strike.valuestring
The strike price value. Null for "reference" type strikes where the value is determined at availableAt time.Example: 87500.00contracts[].strike.typestring·enum
Strike type - "reference" for Up/Down contracts, "above" for Higher/Lower contractsEnum values: referenceaboveExample: referencecontracts[].strike.availableAtstring (date-time)
When the strike price becomes availableExample: 2026-03-27T19:45:00.000Zcontracts[].sourcestring
Data source identifier for price observation (e.g., "GRR-KAIKO_BTCUSD_60S"). Present for crypto Up/Down contracts.Example: GRR-KAIKO_BTCUSD_60Scontracts[].settlementValuestring
The observed settlement price. Only present after the contract is settled.Example: 87654.32contractOrderbooksobject
volumestring
Total trading volume in USDExample: 125000.00liquiditystring
Total liquidity in USDExample: 50000.00tagsarray
effectiveDatestring (date-time)
expiryDatestring (date-time)
subcategoryobject
Nested category information for the eventsourcestring
Data source identifier for price observation. Aggregated from contracts for crypto Up/Down events.Example: GRR-KAIKO_BTCUSD_60Ssettlementobject
Settlement information for resolved eventssettlement.valuestring
The observed settlement value (e.g., the price at expiry for crypto contracts)Example: 87654.32Last modified on