Polymarket Stocks
Trending countries
Returns the countries with the strongest aggregated Polymarket prediction-market activity in the selected period, ranked by buzz_score.
Includes:
- buzz_score: normalized 0-100 activity score used for ranking
- trend: flow momentum over the current 3 UTC days vs previous 3 UTC days using trades, volume, market breadth and liquidity; not price movement. For from/to, anchors at to (or now when to is today)
- trade_count, market_count, unique_traders, total_liquidity: activity, breadth, observed participation and liquidity signals
- sentiment_score, bullish_pct, bearish_pct: outcome-aware market sentiment signals
- top_tickers: up to 5 tickers driving the country result
get/polymarket/stocks/v1/trending/countries
Query parameters
fromstring date nullable
Start date in YYYY-MM-DD. Inclusive UTC date.
Start date in YYYY-MM-DD. Inclusive UTC date.
tostring date nullable
End date in YYYY-MM-DD. Inclusive UTC date. Omit to use the current UTC date.
End date in YYYY-MM-DD. Inclusive UTC date. Omit to use the current UTC date.
daysinteger
Deprecated v1 compatibility shorthand. Prefer from and to for reproducible UTC date windows.
Deprecated v1 compatibility shorthand. Prefer from and to for reproducible UTC date windows.
limitinteger
Maximum countries to return
Example:20
Maximum countries to return
offsetinteger
Number of items to skip
Number of items to skip
Response
Successful Response
Example response
[
{
"buzz_score": 70.1,
"trend": "stable",
"trade_count": 712,
"market_count": 265,
"current_market_count": 129,
"unique_tickers": 10,
"unique_traders": 402,
"sentiment_score": 0.18,
"bullish_pct": 58,
"bearish_pct": 42,
"total_liquidity": 472000,
"trend_history": [
52.1,
54,
56.8,
59.2,
61,
60.1,
70.1
],
"top_tickers": [
"AAPL",
"TSLA",
"NVDA",
"AMZN",
"GOOGL"
],
"country": "United States"
}
]