Public: List events with their markets (event-first data structure).
This endpoint provides the Polymarket-style event->markets hierarchy, preserving the grouping from the Gamma API. Each event contains:
Query params:
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/events
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?