Download Latest Version v2.23.0 source code.tar.gz (1.1 MB)
Email in envelope

Get an email when there's a new version of pmxt

Home / v2.23.0f
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-04 1.9 kB
v2.23.0 source code.tar.gz 2026-04-04 1.1 MB
v2.23.0 source code.zip 2026-04-04 1.3 MB
Totals: 3 Items   2.4 MB 0

Added

  • Metaculus Exchange Integration: Full support for the Metaculus reputation-based forecasting platform. Browse questions, community predictions, and tournament structures via fetchMarkets and fetchEvents. Submit probability forecasts via createOrder (binary and multiple-choice questions) and withdraw them via cancelOrder. Group-of-questions posts are automatically expanded into individual sub-question markets. Token-based authentication via { apiToken: "..." }.
  • Python SDK: Token Auth: Exchange base class and Metaculus subclass now accept api_token for token-based authentication, with credential forwarding to the sidecar server.
  • Python SDK: Unit Tests: Comprehensive unit test suite for the Python client wrapper (test_client.py, conftest.py) covering market fetching, order creation, filtering, error handling, and credential forwarding.

Fixed

  • Probable Auth: viem Type Mismatch: Resolved WalletClient type disagreement when @prob/clob resolves a different viem copy than the host package.

Changed

  • TypeScript SDK: Bumped ts-jest to ^29.4.9.

Installation

npm:

:::bash
npm install pmxtjs@2.23.0

PyPI:

:::bash
pip install pmxt==2.23.0

What's Changed

New Contributors

Full Changelog: https://github.com/pmxt-dev/pmxt/compare/v2.22.2f...v2.23.0f

Source: README.md, updated 2026-04-04