Skip to main content
GET
/
v1
/
events
/
{id}
Get event by ID
curl --request GET \
  --url https://gateway.polymarket.us/v1/events/{id}
{
  "event": {
    "id": "<string>",
    "ticker": "<string>",
    "slug": "<string>",
    "title": "<string>",
    "subtitle": "<string>",
    "description": "<string>",
    "resolutionSource": "<string>",
    "startDate": "<string>",
    "endDate": "<string>",
    "image": "<string>",
    "icon": "<string>",
    "active": true,
    "closed": true,
    "archived": true,
    "featured": true,
    "liquidity": 123,
    "volume": 123,
    "openInterest": 123,
    "category": "<string>",
    "subcategory": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "volume24hr": 123,
    "volume1wk": 123,
    "volume1mo": 123,
    "eventDate": "<string>",
    "startTime": "<string>",
    "eventWeek": 123,
    "seriesSlug": "<string>",
    "score": "<string>",
    "elapsed": "<string>",
    "period": "<string>",
    "live": true,
    "ended": true,
    "finishedTimestamp": "<string>",
    "gameStatus": "<string>",
    "gameId": 123,
    "sportradarGameId": "<string>",
    "latestHighlight": {
      "id": 123,
      "eventId": 123,
      "type": "<string>",
      "highlightAt": "2023-11-07T05:31:56Z",
      "title": "<string>",
      "subtitle": "<string>",
      "description": "<string>",
      "clock": "<string>",
      "score": "<string>",
      "icon": {
        "largeIcon": "<string>",
        "smallIcon": "<string>"
      },
      "teamIcon": {
        "largeIcon": "<string>",
        "smallIcon": "<string>"
      }
    },
    "eventState": {
      "id": 123,
      "gameId": 123,
      "sportradarGameId": "<string>",
      "type": "<string>",
      "score": "<string>",
      "elapsed": "<string>",
      "period": "<string>",
      "live": true,
      "ended": true,
      "finishedTimestamp": "2023-11-07T05:31:56Z",
      "footballState": {
        "down": 123,
        "yard": 123,
        "possessionProviderId": "<string>"
      }
    },
    "participants": [
      {
        "id": "<string>",
        "type": "PARTICIPANT_TYPE_NOMINEE",
        "nominee": {
          "id": "<string>",
          "name": "<string>"
        },
        "player": {
          "id": "<string>",
          "name": "<string>",
          "team": {
            "id": 123,
            "name": "<string>",
            "abbreviation": "<string>",
            "league": "<string>",
            "record": "<string>",
            "logo": "<string>",
            "alias": "<string>",
            "safeName": "<string>",
            "homeIcon": "<string>",
            "awayIcon": "<string>",
            "colorPrimary": "<string>",
            "providerIds": [
              {
                "provider": "PROVIDER_SPORTSDATAIO",
                "providerId": "<string>"
              }
            ]
          }
        },
        "team": {
          "id": 123,
          "name": "<string>",
          "abbreviation": "<string>",
          "league": "<string>",
          "record": "<string>",
          "logo": "<string>",
          "alias": "<string>",
          "safeName": "<string>",
          "homeIcon": "<string>",
          "awayIcon": "<string>",
          "colorPrimary": "<string>",
          "providerIds": [
            {
              "provider": "PROVIDER_SPORTSDATAIO",
              "providerId": "<string>"
            }
          ]
        }
      }
    ],
    "hidden": true
  }
}

Path Parameters

id
integer<int32>
required

The unique numeric identifier for the event. Example: 12345

Response

Event details

event
object

Event details