Start building with the PMX API in minutes
Create an account
Generate API key
Save securely
curl https://api.pmx.trade/v2/markets?status=live&limit=5 \ -H "X-API-Key: YOUR_API_KEY"
{ "success": true, "data": { "markets": [ { "slug": "btc-100k-march", "title": "Will BTC reach $100k by March 2026?", "status": "live", "yes_price": 0.72, "no_price": 0.28, "volume": 125000 } ] } }