v2.4.0
Added
- Probable Exchange Integration: Initial release of the Probable exchange integration, bringing full support for the Probable prediction market platform.
- Market & Event Discovery: Implemented
fetchMarketsandfetchEventsfor comprehensive market discovery. - Trading: Full trading support including
createOrder,cancelOrder,fetchOrder, andfetchOpenOrders. - Market Data: Access to
fetchOrderBook,fetchTrades, andfetchOHLCVfor historical and real-time market analysis. - Account Management: Implemented
fetchBalanceandfetchPositionsto track portfolio performance. - Real-time Data: Added WebSocket support for live order book updates via
watchOrderBook. (Note:watchTradesis not yet supported). - Examples: Added comprehensive examples in
core/examples/api-referencecovering all major functionality.
- Market & Event Discovery: Implemented
Installation
npm:
npm install pmxtjs@2.4.0PyPI:
pip install pmxt==2.4.0Links
Full Changelog: v2.3.0f...v2.4.0f