Download Latest Version v2.26.2 source code.tar.gz (1.2 MB)
Email in envelope

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

Home / v2.25.2f
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-07 1.1 kB
v2.25.2 source code.tar.gz 2026-04-07 1.2 MB
v2.25.2 source code.zip 2026-04-07 1.4 MB
Totals: 3 Items   2.7 MB 0

Fixed

  • TypeScript and Python SDKs: dropped fields in convertMarket / convertEvent: The hand-maintained converter shims at the top of sdks/typescript/pmxt/client.ts and sdks/python/pmxt/client.py had their own allowlists and were silently dropping slug, tickSize, status, contractAddress on UnifiedMarket and volume, volume24h on UnifiedEvent even though the sidecar populates them and the generated OpenAPI client maps them. Both shims now copy the full set, and the corresponding UnifiedMarket / UnifiedEvent interfaces in models.ts / models.py declare the new fields. The 2.25.1 release fixed the sidecar end of the pipe; this release fixes the SDK consumer end.

Installation

npm:

:::bash
npm install pmxtjs@2.25.2

PyPI:

:::bash
pip install pmxt==2.25.2

Full Changelog: https://github.com/pmxt-dev/pmxt/compare/v2.25.1f...v2.25.2f

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