/api/v1/feed PUBLICcurl https://api.unhedged.gg/api/v1/feed
{
"items": [
{
"type": "market",
"market": {
"id": "clx...",
"slug": "will-btc-hit-100k-by-june",
"question": "Will BTC hit $100k by June?",
"status": "ACTIVE",
"category": "Crypto",
"totalPool": "1500.0000000000",
"endTime": "2026-06-01T00:00:00.000Z",
...
}
},
{
"type": "binary_group",
"group": {
"id": "clg...",
"slug": "who-wins-the-2028-election",
"title": "Who will win the 2028 election?",
"category": "Politics",
"marketCount": 5,
"earliestStartTime": "2028-11-07T00:00:00.000Z",
"earliestEndTime": "2028-11-07T00:00:00.000Z",
"aggregateVolume": "12500.0000000000",
"markets": [
{ "id": "clm...", "groupLabel": "Candidate A", "status": "ACTIVE", "outcomes": [ ... ], "orderBookStats": { ... }, ... }
]
}
}
],
"total": 87,
"marketTotal": 62,
"groupTotal": 25,
"activeCount": 40,
"endedCount": 12,
"resolvedCount": 35
}