Public: List active markets with optional search.
Cache Strategy (Redis-first):
This ensures fast page loads even with slow/unavailable DB.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/markets
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?