Skip to main content
GET
/
v1
/
market
/
slug
/
{slug}
Get market by slug
curl --request GET \
  --url https://gateway.polymarket.us/v1/market/slug/{slug}
{
  "market": {
    "id": "<string>",
    "question": "<string>",
    "slug": "<string>",
    "twitterCardImage": "<string>",
    "resolutionSource": "<string>",
    "endDate": "<string>",
    "category": "<string>",
    "liquidity": "<string>",
    "startDate": "<string>",
    "image": "<string>",
    "icon": "<string>",
    "description": "<string>",
    "volume": "<string>",
    "active": true,
    "marketType": "<string>",
    "closed": true,
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "closedTime": "<string>",
    "subcategory": "<string>",
    "archived": true,
    "questionId": "<string>",
    "enableOrderBook": true,
    "orderPriceMinTickSize": 123,
    "orderMinSize": 123,
    "volumeNum": 123,
    "liquidityNum": 123,
    "volume24hr": 123,
    "gameStartTime": "<string>",
    "acceptingOrders": true,
    "spread": 123,
    "oneDayPriceChange": 123,
    "lastTradePrice": 123,
    "bestBid": 123,
    "bestAsk": 123,
    "gameId": "<string>",
    "sportsMarketType": "<string>",
    "line": 123,
    "volume1wk": 123,
    "volume1mo": 123,
    "oneWeekPriceChange": 123,
    "oneMonthPriceChange": 123,
    "marketSides": [
      {
        "id": "<string>",
        "marketSideType": "MARKET_SIDE_TYPE_ERC1155",
        "identifier": "<string>",
        "createdAt": "<string>",
        "updatedAt": "<string>",
        "description": "<string>",
        "price": "<string>",
        "marketId": 123,
        "long": true,
        "teamId": 123,
        "team": {
          "id": 123,
          "name": "<string>",
          "abbreviation": "<string>",
          "league": "<string>",
          "record": "<string>",
          "logo": "<string>",
          "alias": "<string>",
          "safeName": "<string>",
          "homeIcon": "<string>",
          "awayIcon": "<string>",
          "colorPrimary": "<string>",
          "providerId": 123,
          "ordering": "<string>",
          "longIcon": "<string>",
          "shortIcon": "<string>",
          "displayAbbreviation": "<string>",
          "ranking": 123,
          "conference": "<string>",
          "providerIds": [
            {
              "provider": "PROVIDER_SPORTSDATAIO",
              "providerId": "<string>"
            }
          ],
          "longIconDark": "<string>",
          "shortIconDark": "<string>"
        },
        "participantId": "<string>"
      }
    ],
    "outcomes": "<string>",
    "outcomePrices": "<string>",
    "ep3Status": "<string>",
    "sportsMarketTypeV2": "SPORTS_MARKET_TYPE_MONEYLINE",
    "hidden": true
  }
}

Path Parameters

slug
string
required

The URL-friendly identifier for the market. Example: will-team-a-win

Response

Market details

market
object

Market details