Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 14:46
· 1294 commits to main since this release

Added

  • Probable Exchange Integration: Initial release of the Probable exchange integration, bringing full support for the Probable prediction market platform.
    • Market & Event Discovery: Implemented fetchMarkets and fetchEvents for comprehensive market discovery.
    • Trading: Full trading support including createOrder, cancelOrder, fetchOrder, and fetchOpenOrders.
    • Market Data: Access to fetchOrderBook, fetchTrades, and fetchOHLCV for historical and real-time market analysis.
    • Account Management: Implemented fetchBalance and fetchPositions to track portfolio performance.
    • Real-time Data: Added WebSocket support for live order book updates via watchOrderBook. (Note: watchTrades is not yet supported).
    • Examples: Added comprehensive examples in core/examples/api-reference covering all major functionality.

Installation

npm:

npm install pmxtjs@2.4.0

PyPI:

pip install pmxt==2.4.0

Links

Full Changelog: v2.3.0f...v2.4.0f