/api/v1/markets PUBLICcurl https://api.unhedged.gg/api/v1/markets
{
"markets": [
{
"id": "clx...",
"question": "Will BTC hit $100k by June?",
"status": "ACTIVE",
"category": "Crypto",
"outcomes": [
{ "index": 0, "label": "Yes" },
{ "index": 1, "label": "No" }
],
"totalPool": "1500.0000000000",
"endTime": "2026-06-01T00:00:00.000Z",
...
}
],
"total": 42,
"activeCount": 12,
"endedCount": 8,
"resolvedCount": 22
}