
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
Command-line interface for PMXT.
npm install -g @pmxt/cli
Or run without installing globally:
npx @pmxt/cli polymarket markets --query Trump --limit 5
PMXT uses hosted mode when an API key is configured. Without hosted auth, commands use a local PMXT instance.
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 --hosted --pmxt-api-key pmxt_... --limit 5
Local usage is explicit when you want to force it:
npm install -g pmxt-core
pmxt server status
pmxt markets --local --limit 5
Use --base-url only for custom PMXT deployments.
FAQs
Command-line interface for PMXT prediction market APIs
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.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.