New API users should use deposit wallets. Read the deposit wallet guide.
curl --request GET \
--url https://gamma-api.polymarket.com/sports[
{
"sport": "<string>",
"image": "<string>",
"resolution": "<string>",
"ordering": "<string>",
"tags": "<string>",
"series": "<string>"
}
]curl --request GET \
--url https://gamma-api.polymarket.com/sports[
{
"sport": "<string>",
"image": "<string>",
"resolution": "<string>",
"ordering": "<string>",
"tags": "<string>",
"series": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
List of sports metadata objects containing sport configuration details, visual assets, and related identifiers
The sport identifier or abbreviation
URL to the sport's logo or image asset
URL to the official resolution source for the sport (e.g., league website)
Preferred ordering for sport display, typically "home" or "away"
Comma-separated list of tag IDs associated with the sport for categorization and filtering
Series identifier linking the sport to a specific tournament or season series
Was this page helpful?