Embedding
Embed a Polymarket order book
Put a live Polymarket order book on your website. Bids and asks update automatically — no backend, no API keys.
Use cases
- Show the order book for a high-profile political or sports market
- Add live liquidity data to a prediction market analytics site
- Embed a Yes/No book for a market your readers are discussing
- Display spread and depth for a market you are making
How to embed
- Create a free account on 7di.
- Add a Polymarket Order Book widget to any page.
- Hover the widget and click the share icon → enable Public embed.
- Copy the iframe code and paste it into your site.
<iframe
src="https://7di.vision/embed/{your-token}?theme=dark"
width="320" height="400" frameborder="0"
style="border-radius:12px;overflow:hidden"
></iframe>Themes
Add ?theme=light, ?theme=github, or any of the 26 supported themes to match your site. See all options on the Embeds page.
For widget setup details, see the Polymarket Order Book widget docs.