---
title: "Get Market BBO"
method: GET
path: "/v1/markets/{slug}/bbo"
tags: ["Markets"]
---

# Get Market BBO

`GET /v1/markets/{slug}/bbo`

Retrieve current market data (best bid/offer, stats) for a specific market by its slug in a lightweight format

## Path parameters

- `slug` string, required

## Response `200`

Market data lite including best bid/offer and stats

- GatewayMarketV1GetMarketBBOResponse — Response containing market BBO data in a lightweight format
  - `marketData` SharedMarketDataV1MarketDataLite
    - `marketSlug` string
    - `currentPx` GatewayTypesV1Amount — Represents a monetary amount with its currency.
      - `value` string, decimal, required — The amount as a decimal string.
      - `currency` string, required — The currency code
    - `lastTradePx` GatewayTypesV1Amount — Represents a monetary amount with its currency.
      - `value` string, decimal, required — The amount as a decimal string.
      - `currency` string, required — The currency code
    - `settlementPx` GatewayTypesV1Amount — Represents a monetary amount with its currency.
      - `value` string, decimal, required — The amount as a decimal string.
      - `currency` string, required — The currency code
    - `sharesTraded` string
    - `openInterest` string
    - `bestAsk` GatewayTypesV1Amount — Represents a monetary amount with its currency.
      - `value` string, decimal, required — The amount as a decimal string.
      - `currency` string, required — The currency code
    - `bestBid` GatewayTypesV1Amount — Represents a monetary amount with its currency.
      - `value` string, decimal, required — The amount as a decimal string.
      - `currency` string, required — The currency code
    - `askDepth` integer
    - `bidDepth` integer
    - `lastPriceSample` SharedMarketDataV1PriceSample
      - `longPx` GatewayTypesV1Amount — Represents a monetary amount with its currency.
        - `value` string, decimal, required — The amount as a decimal string.
        - `currency` string, required — The currency code
      - `shortPx` GatewayTypesV1Amount — Represents a monetary amount with its currency.
        - `value` string, decimal, required — The amount as a decimal string.
        - `currency` string, required — The currency code
      - `ts` string, date-time
    - `longQuote` GatewayTypesV1Amount — Represents a monetary amount with its currency.
      - `value` string, decimal, required — The amount as a decimal string.
      - `currency` string, required — The currency code
    - `shortQuote` GatewayTypesV1Amount — Represents a monetary amount with its currency.
      - `value` string, decimal, required — The amount as a decimal string.
      - `currency` string, required — The currency code

## Other responses

- `404` — Market not found
- `500` — Internal server error

---

[API](https://skmtc.net/polymarket/apis/portfolio-api.md) · [All operations](https://skmtc.net/polymarket/apis/portfolio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/portfolio-api/revisions/150874842db1/schema)
