Skip to main content
GET
/
v1
/
sports
Get sports
curl --request GET \
  --url https://gateway.polymarket.us/v1/sports
{
  "sports": [
    {
      "sport": "<string>",
      "image": "<string>",
      "resolution": "<string>",
      "ordering": "<string>",
      "tags": "<string>",
      "series": "<string>",
      "isOperational": true,
      "automaticResolution": true
    }
  ]
}

Response

Sports details

sports
object[]