Skip to main content
GET
/
get-event
{
  "markets": [
    {
      "ticker": "<string>",
      "title": "<string>",
      "yes_sub_title": "<string>",
      "no_sub_title": "<string>",
      "status": "initialized",
      "open_time": "<string>",
      "close_time": "<string>",
      "expiration_time": "<string>",
      "yes_bid_uusdc": 123,
      "yes_ask_uusdc": 123,
      "no_bid_uusdc": 123,
      "no_ask_uusdc": 123,
      "last_price_uusdc": 123
    }
  ]
}

Query Parameters

event_ticker
string
required

Event ticker to get markets for

Example:

"KXBTC-100K"

Response

Successfully retrieved event markets

markets
object[]
required