Skip to main content
GET
/
v2
/
sports
Get All Sports
curl --request GET \
  --url https://gateway.polymarket.us/v2/sports
{
  "sports": [
    {
      "name": "<string>",
      "slug": "<string>",
      "image": "<string>",
      "leagues": [
        {
          "name": "<string>",
          "slug": "<string>",
          "image": "<string>",
          "isOperational": true,
          "automaticResolution": true
        }
      ],
      "id": 123
    }
  ]
}

Response

List of sports

sports
object[]

List of sports