cURL
curl --request GET \ --url https://demo-api.mobula.io/api/2/pm/market/live
{ "data": [ { "platform": "<string>", "marketId": "<string>", "slug": "<string>", "question": "<string>", "category": "<string>", "status": "<string>", "volume24hUSD": 123, "totalVolumeUSD": 123, "liquidityUSD": 123, "endDate": "<string>", "createdAt": "<string>", "logo": "<string>", "tradesCount": 123, "outcomes": [ { "outcomeId": "<string>", "label": "<string>", "priceUSD": 123 } ] } ], "pagination": { "page": 123, "offset": 123, "limit": 123, "pageEntries": 123 }, "hostname": "<string>", "took": 123 }
Get currently active short-duration prediction markets filtered by token symbol.
5m
15m
4h
Show Live Market
Show Outcome Summary
Show Pagination
curl -X GET "https://api.mobula.io/api/2/pm/market/live?tokens=btc,eth&duration=5m"
{ "data": [ { "platform": "polymarket", "marketId": "0x1234...", "slug": "btc-above-100k-next-5m", "question": "Will BTC be above $100,000 in 5 minutes?", "category": "crypto", "status": "active", "volume24hUSD": 0, "totalVolumeUSD": 0, "liquidityUSD": 15242.41, "endDate": "2026-03-17T12:05:00Z", "createdAt": "2026-03-17T12:00:00Z", "logo": "https://polymarket-upload.s3.us-east-2.amazonaws.com/BTC+fullsize.png", "tradesCount": 0, "outcomes": [ { "outcomeId": "71321...", "label": "Yes", "priceUSD": 0.55 }, { "outcomeId": "71322...", "label": "No", "priceUSD": 0.45 } ] } ], "pagination": { "page": 1, "offset": 0, "limit": 50, "pageEntries": 1 }, "hostname": "api-node-01", "took": 42 }
Comma-separated token symbols (lowercase)
Number of markets to return
1 <= x <= 100
Pagination offset
x >= 0
Live markets
Show child attributes