Skip to main content
GET
/
get-event-metadata
{
  "event": {
    "event_ticker": "<string>",
    "title": "<string>",
    "sub_title": "<string>",
    "category": "<string>",
    "series_ticker": "<string>",
    "strike_date": 123,
    "mutually_exclusive": true,
    "status": "<string>",
    "image_url": "<string>",
    "settlement_sources": [
      {
        "name": "<string>",
        "url": "<string>"
      }
    ],
    "competition": "<string>",
    "competition_scope": "<string>"
  }
}

Query Parameters

event_ticker
string
required

Event ticker to get metadata for

Example:

"KXTRUMPRESIGN"

Response

Successfully retrieved event metadata

event
object
required