Skip to main content
GET
/
getMentionMarket
Get Mention Market
curl --request GET \
  --url https://us-central1-mentionmarket-dddf0.cloudfunctions.net/getMentionMarket
{
  "market_ticker": "<string>",
  "series_ticker": "<string>",
  "title": "<string>",
  "strike_word": "<string>",
  "close_time": "<string>",
  "created_time": "<string>",
  "event_ticker": "<string>",
  "expected_expiration_time": "<string>",
  "expiration_time": "<string>",
  "last_price": 123,
  "liquidity": 123,
  "no_ask_dollars": 123,
  "no_bid_dollars": 123,
  "yes_ask_dollars": 123,
  "yes_bid_dollars": 123,
  "open_interest": 123,
  "open_time": "<string>",
  "volume": 123,
  "volume_24h": 123,
  "result": "<string>",
  "previous_yes_bid_dollars": 123,
  "previous_yes_ask_dollars": 123,
  "previous_no_bid_dollars": 123,
  "previous_no_ask_dollars": 123,
  "rules_primary": "<string>",
  "rules_secondary": "<string>",
  "settlement_ts": "<string>",
  "scheduledStartTime": "<string>",
  "event_subtitle": "<string>",
  "error": "<string>",
  "message": "<string>"
}

Query Parameters

market_ticker
string
required
The market ticker to retrieve information for (e.g., “KXNFLMENTION-26JAN17BUFDEN-TUSH”)

Response

Returns a simplified market object with only the relevant fields:
market_ticker
string
The market ticker symbol
series_ticker
string
The series ticker extracted from the event_ticker (string before first dash, e.g., “KXNFLMENTION”)
title
string
The market title/question
strike_word
string
The strike word extracted from custom_strike.Word field
close_time
string
Market close time (ISO 8601 format)
created_time
string
Market creation time (ISO 8601 format)
event_ticker
string
The event ticker associated with this market
expected_expiration_time
string
Expected expiration time (ISO 8601 format)
expiration_time
string
Actual expiration time (ISO 8601 format)
last_price
number
Last traded price (in cents)
liquidity
number
Market liquidity
no_ask_dollars
number
No side ask price in dollars
no_bid_dollars
number
No side bid price in dollars
yes_ask_dollars
number
Yes side ask price in dollars
yes_bid_dollars
number
Yes side bid price in dollars
open_interest
number
Total open interest
open_time
string
Market open time (ISO 8601 format)
volume
number
Total trading volume
volume_24h
number
24-hour trading volume
result
string
Market result (“yes”, “no”, or null if not settled)
previous_yes_bid_dollars
number
Previous yes bid price in dollars
previous_yes_ask_dollars
number
Previous yes ask price in dollars
previous_no_bid_dollars
number
Previous no bid price in dollars
previous_no_ask_dollars
number
Previous no ask price in dollars
rules_primary
string
Primary rules for the market
rules_secondary
string
Secondary rules for the market
settlement_ts
string
Settlement timestamp (ISO 8601 format)
scheduledStartTime
string
Scheduled start time for the event (ISO 8601 format). Fetched from Firestore or Kalshi API.
event_subtitle
string
Subtitle of the associated event. Fetched from Firestore or Kalshi API.

Error Responses

error
string
Error message describing what went wrong
message
string
Additional error details