curl --location --request GET '/api/v1/predictions/events?limit&offset&closed&tag&order&ascending' \
--header 'x-api-key: ABCD314159'{
"data": {
"count": 0,
"offset": 0,
"events": [
{
"id": "string",
"title": "string",
"slug": "string",
"description": "string",
"start_date": "string",
"end_date": "string",
"active": true,
"closed": true,
"volume": 0,
"volume_24h": 0,
"liquidity": 0,
"open_interest": 0,
"comment_count": 0,
"markets_count": 0,
"markets": [
{
"id": "string",
"question": "string",
"slug": "string",
"condition_id": "string",
"outcomes": "string",
"outcome_prices": "string",
"volume": "string",
"volume_num": 0,
"volume_24h": 0,
"liquidity": "string",
"active": true,
"closed": true,
"start_date": "string",
"end_date": "string",
"last_trade_price": 0,
"best_ask": 0,
"spread": 0,
"one_day_change": 0,
"clob_token_ids": "string"
}
],
"tags": [
"string"
]
}
]
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}