From 02071fa87ede3214773afba4c0ab79291aaef5ee Mon Sep 17 00:00:00 2001 From: Prashant Pratap Singh Date: Tue, 11 Aug 2026 22:42:41 +0530 Subject: [PATCH] Add developer guides section to README. Link to practical blog guides for historical data, backtesting order books, and price history without changing SDK usage instructions. Co-authored-by: Cursor --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 99682af..8d21c08 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,14 @@ pip install -e ".[dev]" pytest ``` +## Guides + +If you want deeper context on data choices, historical coverage, and backtesting assumptions: + +- [Polymarket historical data: prices, trades, order books, and API access](https://polyorderbooks.com/blog/polymarket-historical-data-download-prices-trades-order-books) +- [Historical Polymarket order book data for backtesting](https://polyorderbooks.com/blog/historical-polymarket-order-book-data-backtesting) +- [Polymarket price history with Python](https://polyorderbooks.com/blog/polymarket-price-history-download-python) + ## Links - Product: [polyorderbooks.com](https://polyorderbooks.com)