curl --request GET \
--url https://api.example.com/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
}
]
}curl --request GET \
--url https://api.example.com/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
}
]
}