Skip to main content
GET
/
markets
List Markets
curl --request GET \
  --url https://staging-api.polysimulator.com/markets
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

limit
integer
default:100
offset
integer
default:0
hot_only
boolean
default:false
search
string | null
event_group_id
string | null

Response

Successful Response