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.
WebSocket endpoint — This method uses WebSocket streaming, not HTTP. Connect to
wss://api.pmxt.dev/ws?apiKey=YOUR_KEY (hosted) or ws://localhost:3847/ws (local server).polymarket, kalshi, limitless, opinion.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
outcomeId | string | Yes | The outcome token ID to watch |
Response
Returns aTrade[] array each time new trades occur:
| Field | Type | Description |
|---|---|---|
id | string | Trade ID |
timestamp | number | Unix timestamp in milliseconds |
price | number | Trade price (0–1 probability) |
amount | number | Number of contracts |
side | string | "buy", "sell", or "unknown" |

