
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
Command-line interface for PMXT.
npm install -g @pmxt/cli
Or run without installing globally:
npx @pmxt/cli polymarket markets --query Trump --limit 5
Hosted PMXT API calls require a PMXT API key:
pmxt auth login --api-key pmxt_...
Use exchange-first commands for day-to-day work:
pmxt polymarket markets --query Trump --limit 5
pmxt polymarket fetchMarkets --query Trump --limit 5
pmxt polymarket orderbook <outcome-id> --limit 20
pmxt polymarket trades <outcome-id> --limit 25
The explicit flag form is equivalent:
pmxt markets --exchange polymarket --query Trump --limit 5
pmxt auth login --api-key pmxt_...
pmxt auth status
pmxt polymarket auth set-exchange --private-key 0x...
pmxt polymarket auth status
You can also use environment variables or one-shot flags:
PMXT_API_KEY=pmxt_... pmxt markets --limit 5
pmxt markets --pmxt-api-key pmxt_... --limit 5
Local sidecar usage is explicit:
pmxt server status
pmxt markets --base-url http://localhost:3847 --limit 5
FAQs
Command-line interface for PMXT prediction market APIs
The npm package @pmxt/cli receives a total of 1,077 weekly downloads. As such, @pmxt/cli popularity was classified as popular.
We found that @pmxt/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.