v2.43.1
Fixed
- SDK:
fetchOrderBooknow correctly inserts anullplaceholder forlimitwhen onlyparamsis provided, ensuringparamslands atargs[2]for the hosted API. - SDK:
fetchOrderBooknow handles array responses from range queries (since+until) instead of treating them as a singleOrderBook.
Installation
npm:
npm install pmxtjs@2.43.1PyPI:
pip install pmxt==2.43.1Links
What's Changed
- add MockExchange for offline development and testing by @mooncitydev in #107
- docs: sync hosted-pmxt custom endpoints by @realfishsam in #114
- feat: add fetchOrderBooks for multi-market order book retrieval by @psyberck in #130
- docs: include exchange in WebSocket examples by @999axel999 in #476
Full Changelog: v2.42.7f...v2.43.1f