Skip to main content
GET
/
v2
/
leagues
Get All Leagues
curl --request GET \
  --url https://gateway.polymarket.us/v2/leagues
{
  "leagues": [
    {
      "name": "<string>",
      "slug": "<string>",
      "image": "<string>",
      "isOperational": true,
      "id": 123,
      "sportId": 123,
      "tagId": 123,
      "resolution": "<string>",
      "ordering": "<string>",
      "activeSeriesId": 123,
      "createdAt": "<string>",
      "abbreviation": "<string>"
    }
  ]
}

Query Parameters

limit
integer<int32>

Pagination limit (max 50, default 50)

offset
integer<int32>

Pagination offset (default 0)

Response

List of leagues

leagues
object[]

List of leagues