Skip to main content
GET
/
v2
/
leagues
/
{slug}
Get League By Slug
curl --request GET \
  --url https://gateway.polymarket.us/v2/leagues/{slug}
{
  "league": {
    "name": "<string>",
    "slug": "<string>",
    "image": "<string>",
    "isOperational": true,
    "automaticResolution": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.polymarket.us/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

slug
string
required

League slug

Response

League

league
object

Consumer-facing league representation