Documentation Index
Fetch the complete documentation index at: https://pmxt-feat-series-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How credentials flow
When you make a trading call through the hosted API, your venue credentials follow this path:- Your credentials travel encrypted over TLS to our Cloud Run container.
- pmxt-core’s
sign()method runs inside the container — it signs the request using your key and sends only the signature to the venue. - Your credentials are garbage collected after the request completes.
What venues require
Not all venues are equal. Some accept scoped API keys; others require raw wallet private keys with full fund control.| Venue | Credential type | Controls funds? |
|---|---|---|
| Polymarket | EVM private key | Yes |
| Limitless | EVM private key | Yes |
| Probable | EVM private key | Yes |
| Opinion | EVM private key | Yes |
| Baozi | Solana keypair | Yes |
| Kalshi | RSA key pair (API-scoped) | No |
| Smarkets | Email + password (session-scoped) | No |
| Myriad | API key (read-scoped) | No |
Recommendations
Best practices
- Rotate credentials regularly. If a venue supports key rotation (Kalshi, Polymarket L2 API keys), rotate on a schedule.
- Monitor your positions. Set up alerts on your venue accounts for unexpected trades or withdrawals.
- Limit wallet balances. Keep only active trading capital in the wallet you use with PMXT.
- Revoke unused PMXT API keys. If you stop using the hosted API, revoke your key from the dashboard so it cannot be used to make calls on your behalf.
Disclaimer
PMXT is provided “as is” without warranty of any kind. By using the hosted API with venue credentials that control funds, you acknowledge and accept the following:- You are solely responsible for the security of your credentials. PMXT processes your credentials ephemerally and does not store them, but you are choosing to transmit them to a third-party service.
- PMXT is not responsible for any lost, stolen, or mismanaged funds. This includes but is not limited to losses arising from unauthorized trades, venue API changes, software bugs, service outages, or security incidents.
- On-chain transactions are irreversible. Unlike traditional financial systems, blockchain transactions cannot be reversed or charged back. Funds sent or traded through on-chain venues are final.
- You should only risk what you can afford to lose. Prediction markets carry inherent financial risk independent of the software used to access them.

