cURL
curl --request GET \ --url https://api.rekko.ai/v1/events/{slug}/markets
[ { "market_id": "<string>", "title": "<string>", "yes_price": 0.5, "volume_24h": 0 } ]
List all individual outcome markets within an event.
Returns markets sorted by 24h volume descending.
200
Successful Response
Platform-specific market identifier
Outcome title (e.g., 'Pam Bondi', 'At least 80 days')
Current YES probability
0 <= x <= 1
24h volume in USD
x >= 0