You are viewing documentation for Polymarket US πΊπΈ
cURL
curl --request GET \ --url https://gateway.polymarket.us/v1/markets/{slug}/bbo
{ "marketData": { "marketSlug": "<string>", "sharesTraded": "<string>", "openInterest": "<string>", "askDepth": 123, "bidDepth": 123, "lastPriceSample": { "ts": "2023-11-07T05:31:56Z" } } }
Retrieve current market data (best bid/offer, stats) for a specific market by its slug in a lightweight format
Market slug
Market data lite including best bid/offer and stats
Response containing market BBO data in a lightweight format
Show child attributes