Skip to content
View polyorderbooks's full-sized avatar

Block or report polyorderbooks

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
.github/profile/README.md

PolyOrderbooks

Historical Polymarket order book API — query archived L2 bid/ask depth, outcome prices, and liquidity metrics for crypto prediction markets.

Independent data product. Not affiliated with or endorsed by Polymarket.

Links

URL
Website https://polyorderbooks.com
API https://api.polyorderbooks.com
Documentation https://docs.polyorderbooks.com
Quickstart https://docs.polyorderbooks.com/quickstart
Sign up (free) https://polyorderbooks.com/signup
Pricing https://polyorderbooks.com/pricing

What it does

PolyOrderbooks stores historical Polymarket market data so you can replay past order books — not just live snapshots or mid prices.

  • L2 order books — bid/ask ladders as [price, size] per outcome
  • Prices & metrics — outcome prices, volume, liquidity, spread on the same time window
  • Discovery — search series, events, and markets (crypto coverage today)
  • Resolved markets — settled markets stay queryable, including the winner
  • Read-local API — your client calls our archive; read paths do not hit live Polymarket

Open markets are captured every second. Starter plans query down to 60s resolution; Pro and Scale unlock 1s.

Quick example

export POLYORDERBOOKS_API_KEY="pob_your_key_here"

curl -s -H "X-API-Key: $POLYORDERBOOKS_API_KEY" \
  "https://api.polyorderbooks.com/v1/markets?search=bitcoin&limit=5"

Create a free API key: polyorderbooks.com/signup

Contact

Popular repositories Loading

  1. .github .github Public

  2. python-sdk python-sdk Public

    Official Python SDK for the PolyOrderBooks API.

    Python

  3. python-examples python-examples Public

    Examples demonstrating how to use the PolyOrderBooks Python SDK.

    Python