Skip to main content
GET
/
v1
/
markets
/
{slug}
/
bbo
Get market BBO
curl --request GET \
  --url https://gateway.polymarket.us/v1/markets/{slug}/bbo
{
  "marketDataLite": {
    "marketSlug": "<string>",
    "currentPx": {
      "value": "<string>",
      "currency": "<string>"
    },
    "lastTradePx": {
      "value": "<string>",
      "currency": "<string>"
    },
    "bestBid": {
      "value": "<string>",
      "currency": "<string>"
    },
    "bestAsk": {
      "value": "<string>",
      "currency": "<string>"
    },
    "bidDepth": 123,
    "askDepth": 123,
    "sharesTraded": "<string>",
    "openInterest": "<string>",
    "settlementPx": {
      "value": "<string>",
      "currency": "<string>"
    },
    "lastPriceSample": {
      "longPx": {
        "value": "<string>",
        "currency": "<string>"
      },
      "shortPx": {
        "value": "<string>",
        "currency": "<string>"
      },
      "ts": "2023-11-07T05:31:56Z"
    }
  }
}

Path Parameters

slug
string
required

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

Response

Market data lite including best bid/offer and stats

Response containing lightweight market data with best bid/offer

marketDataLite
object

Lightweight market data including best bid/offer and stats