v2.49.5
Sidebar cleanup: drop "(Hosted)" suffixes everywhere and hide the parallel self-hosted Group A reference. The hosted endpoints are now the only Group A surface in the sidebar; the API reference reads as "Trading → Create Order" instead of "Trading (Hosted) → Create Order (Hosted)."
Changed
- Sidebar group labels (
docs.json):"Trading (Hosted)"→"Trading","Orders & Positions (Hosted)"→"Orders & Positions"inside the API Reference tab. The "(Hosted)" disambiguation made sense when a sibling self-hosted group existed in the same sidebar; with that group removed (see below), the suffix is just noise. - Operation summaries (
openapi-hosted-trading.json): All 9 hosted opsummaryfields drop the(Hosted)suffix —"Create Order (Hosted)"→"Create Order", etc."Cancel Order -- Build (Hosted)"collapses to"Cancel Order"(the build / sign / submit two-step is already explained in the operation description; the user-facing name shouldn't telegraph internal mechanics). - Operation tags (
openapi-hosted-trading.json):"Trading (Hosted)"→"Trading","Orders & Positions (Hosted)"→"Orders & Positions"on every op. Mintlify derives URL slugs from the tag, so the rendered hosted endpoint URLs go from/api-reference/trading-hosted/create-orderto/api-reference/trading/create-order(and equivalent for Orders & Positions). No external links pointed at the previous slugs.
Removed
"Self-host API reference"sidebar group (docs.json): The 11-page nested group rendering the self-hosted Group A endpoints fromopenapi.json(each operation flagged with a"Local Only"badge) is dropped from the Documentation tab sidebar. It duplicated the hosted endpoints' purpose for most readers and made the sidebar feel cluttered (a "Trading" group with "Local Only"–badged entries sitting alongside the prominent hosted "Trading" group on the API Reference tab). The underlyingopenapi.jsonfile is unchanged — self-hosters who want the full reference can still consume the spec directly or reach the per-method pages via the existing/guides/self-hostednarrative. Net effect on the rendered sidebar: one canonical "Trading" group in the API Reference tab, no parallel "Local Only" entries elsewhere.
Installation
npm:
npm install pmxtjs@2.49.5
npm install -g @pmxt/cli@2.49.5PyPI:
pip install pmxt==2.49.5Links
Full Changelog: v2.49.4f...v2.49.5f