{
"markets": [
{
"event_id": "evt_abc123",
"condition_id": "0xabc123...",
"slug": "btc-updown-1h-1770706800",
"title": "BTC 1H Up/Down — March 15",
"description": "Will BTC go up or down in the next hour?",
"asset": "BTC",
"interval": "1H",
"time_range": "1:00 PM-2:00 PM ET",
"date_display": "March 15",
"start_date": "2026-03-15T13:00:00+00:00",
"end_date": "2026-03-15T14:00:00Z",
"active": true,
"closed": false,
"resolved": false,
"tags": ["up-or-down", "bitcoin", "1h"],
"markets": [
{
"id": "12345",
"condition_id": "0xabc123...",
"question": "Will Bitcoin go up or down in the next hour?",
"outcomes": ["Up", "Down"],
"outcome_prices": "[\"0.55\", \"0.45\"]",
"token_ids": "71321045...,82432156..."
}
],
"live_price": {
"buy": 0.55,
"sell": 0.45,
"updated_at": "2026-03-15T13:44:58Z"
},
"group_item_threshold": "98500.50",
"image": "https://polymarket.com/images/btc.png",
"icon": "https://polymarket.com/icons/btc.svg"
}
],
"grouped_by_asset": {
"BTC": ["...(same shape as markets[])"],
"ETH": ["..."]
},
"grouped_by_interval": {
"1H": ["..."],
"4H": ["..."]
},
"grouped_nested": {
"BTC": { "1H": ["..."], "4H": ["..."] },
"ETH": { "1H": ["..."] }
},
"total": 42,
"interval_counts": { "5M": 0, "15M": 0, "1H": 12, "4H": 8, "daily": 6 },
"asset_counts": { "BTC": 10, "ETH": 8, "SOL": 6 },
"available_intervals": ["1H", "4H", "daily"],
"available_assets": ["BTC", "ETH", "SOL", "XRP"],
"crypto_prices": {
"BTC": { "price": 98500.50, "change_24h": 2.3 },
"ETH": { "price": 3850.25, "change_24h": -1.1 }
},
"timestamp": "2026-03-15T13:45:00Z",
"cache_hit": true
}