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,
      "automaticResolution": true
    }
  ]
}

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