GET
/
teams
List teams
curl --request GET \
  --url https://gamma-api.polymarket.com/teams
[
  {
    "id": 123,
    "name": "<string>",
    "league": "<string>",
    "record": "<string>",
    "logo": "<string>",
    "abbreviation": "<string>",
    "alias": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Query Parameters

limit
integer
Required range: x >= 0
offset
integer
Required range: x >= 0
order
string

Comma-separated list of fields to order by

ascending
boolean
league
string[]
name
string[]
abbreviation
string[]

Response

200 - application/json

List of teams

The response is of type object[].