| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-23 | 782 Bytes | |
| v2.22.1 source code.tar.gz | 2026-03-23 | 1.1 MB | |
| v2.22.1 source code.zip | 2026-03-23 | 1.2 MB | |
| Totals: 3 Items | 2.3 MB | 1 | |
Fixed
- Consistent OrderBook Error Handling: Kalshi, Limitless, and Baozi now throw
NotFounderrors for non-existing orderbooks instead of silently returning empty data. All exchanges now behave consistently with Polymarket.
Installation
npm:
:::bash
npm install pmxtjs@2.22.1
PyPI:
:::bash
pip install pmxt==2.22.1
Links
What's Changed
- refactor: handle error in fetch_order_book() in the same way by @psyberck in https://github.com/pmxt-dev/pmxt/pull/67
Full Changelog: https://github.com/pmxt-dev/pmxt/compare/v2.22.0f...v2.22.1f