Skip to main content
GET
/
venue-events
/
{id}
Get Venue Event
curl --request GET \
  --url https://api.agg.market/venue-events/{id} \
  --header 'x-app-id: <api-key>'
{
  "id": "<string>",
  "externalIdentifier": "<string>",
  "title": "<string>",
  "image": "<string>",
  "categories": [
    {
      "id": "<string>",
      "category": {
        "id": "<string>",
        "name": "<string>",
        "displayName": "<string>",
        "parentId": "<string>",
        "eventCount": 123,
        "volume24hr": 123,
        "volume": 123
      }
    }
  ],
  "description": "<string>",
  "volume": 1,
  "startDate": "<string>",
  "endDate": "<string>",
  "creationDate": "<string>",
  "gameStartTime": "<string>",
  "slug": "<string>",
  "subtitle": "<string>",
  "venues": [],
  "marketCount": 1,
  "venueCount": 1,
  "groupMarketCount": 1,
  "updatedAt": "<string>",
  "venueMarkets": [
    {
      "id": "<string>",
      "externalIdentifier": "<string>",
      "question": "<string>",
      "venueMarketOutcomes": [
        {
          "id": "<string>",
          "venueMarketId": "<string>",
          "label": "<string>",
          "price": 0.5,
          "externalIdentifier": "<string>",
          "title": "<string>",
          "winner": true,
          "matchedVenueMarketOutcomes": [
            {
              "venueMarketId": "<string>",
              "venueMarketOutcomeId": "<string>"
            }
          ],
          "matchDecision": {
            "reasonPresets": [
              "<string>"
            ],
            "reasonText": "<string>",
            "decidedBy": "<string>",
            "decidedAt": "<string>"
          }
        }
      ],
      "marketId": "<string>",
      "venueEventId": "<string>",
      "description": "<string>",
      "rulesPrimary": "<string>",
      "rulesSecondary": "<string>",
      "conditionId": "<string>",
      "volume": 1,
      "image": "<string>",
      "startDate": "<string>",
      "endDate": "<string>",
      "creationDate": "<string>",
      "createdAt": "<string>",
      "resolutionDate": "<string>",
      "negRisk": true,
      "venues": [],
      "venueCount": 1,
      "arbReturn": 123,
      "aggKey": "<string>",
      "sportsMarketType": "<string>",
      "sectionRank": 123,
      "period": "<string>",
      "marketCategory": "<string>",
      "lineValue": 123,
      "matchedVenueMarkets": [
        {
          "id": "<string>",
          "externalIdentifier": "<string>",
          "question": "<string>",
          "volume": 1,
          "conditionId": "<string>",
          "arbReturn": 123,
          "shortTitle": "<string>",
          "image": "<string>",
          "venueEvent": {
            "id": "<string>",
            "externalIdentifier": "<string>",
            "slug": "<string>",
            "title": "<string>",
            "series": {
              "id": "<string>",
              "venue": "<string>",
              "externalIdentifier": "<string>",
              "name": "<string>"
            }
          },
          "venueMarketOutcomes": [
            {
              "id": "<string>",
              "venueMarketId": "<string>",
              "label": "<string>",
              "price": 123,
              "title": "<string>",
              "winner": true
            }
          ]
        }
      ]
    }
  ],
  "arbReturn": 123,
  "series": {
    "externalIdentifier": "<string>"
  },
  "recurrence": "<string>",
  "aggKey": "<string>"
}

Authorizations

x-app-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Path Parameters

id
string
required

Response

200

id
string
required
externalIdentifier
string
required
title
string
required
image
string | null
required
venue
enum<string>
required
Available options:
kalshi,
polymarket,
limitless,
opinion,
predict,
probable,
myriad,
hyperliquid
categories
object[]
required
description
string | null
volume
number | null
Required range: x >= 0
status
enum<string>
Available options:
open,
closed,
resolved,
unopened,
paused
startDate
string | null
endDate
string | null
creationDate
string | null
gameStartTime
string | null
slug
string | null
subtitle
string | null
venues
enum<string>[]
Available options:
kalshi,
polymarket,
limitless,
opinion,
predict,
probable,
myriad,
hyperliquid
marketCount
integer
Required range: x >= 0
venueCount
integer
Required range: x >= 0
groupMarketCount
integer
Required range: x >= 0
updatedAt
string | null
venueMarkets
object[]
matchStatus
enum<string> | null
Available options:
pending,
unmatched,
review,
matched,
verified,
rejected
arbReturn
number | null
series
object
recurrence
string | null
aggKey
string | null
structureType
enum<string> | null
Available options:
candidate,
sport,
axis,
dates