You are viewing documentation for Polymarket US πΊπΈ
curl --request GET \
--url https://gateway.polymarket.us/v2/sports/{slug}{
"sport": {
"name": "<string>",
"slug": "<string>",
"image": "<string>",
"leagues": [
{
"name": "<string>",
"slug": "<string>",
"image": "<string>",
"isOperational": true,
"automaticResolution": true
}
],
"id": 123
}
}Retrieve a sport by its slug, with all leagues attached
curl --request GET \
--url https://gateway.polymarket.us/v2/sports/{slug}{
"sport": {
"name": "<string>",
"slug": "<string>",
"image": "<string>",
"leagues": [
{
"name": "<string>",
"slug": "<string>",
"image": "<string>",
"isOperational": true,
"automaticResolution": true
}
],
"id": 123
}
}