Skip to main content
GET
/
events
/
{event_ticker}
/
metadata
Get Event Metadata
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/events/{event_ticker}/metadata
{
  "image_url": "<string>",
  "market_details": [
    {
      "market_ticker": "<string>",
      "image_url": "<string>",
      "color_code": "<string>"
    }
  ],
  "settlement_sources": [
    {
      "name": "<string>",
      "url": "<string>"
    }
  ],
  "featured_image_url": "<string>",
  "competition": "<string>",
  "competition_scope": "<string>"
}

Path Parameters

event_ticker
string
required

Event ticker

Response

Event metadata retrieved successfully

image_url
string
required

A path to an image that represents this event.

market_details
object[]
required

Metadata for the markets in this event.

settlement_sources
object[]
required

A list of settlement sources for this event.

A path to an image that represents the image of the featured market.

competition
string | null

Event competition.

competition_scope
string | null

Event scope, based on the competition.