curl --request GET \
--url https://api.polynode.dev/v1/trending \
--header 'x-api-key: <api-key>'{
"carousel": [
{
"id": "69987",
"slug": "2026-ncaa-tournament-winner",
"title": "2026 NCAA Tournament Winner",
"image": "https://...",
"volume24hr": 1234567
}
],
"breaking": [
{
"id": "1193228",
"slug": "will-robert-golob-be-the-next-prime-minister-of-slovenia",
"question": "Will Robert Golob be the next Prime Minister of Slovenia?",
"outcomePrices": ["0.595", "0.405"],
"oneDayPriceChange": -0.015
}
],
"hotTopics": [
{ "title": "Gen", "volume": 24471729.10, "url": "/search?_q=gen" },
{ "title": "Bayern", "volume": 4733154.92, "url": "/predictions/bayern" }
],
"featured": [],
"movers": []
}
Trending markets, hot topics, featured events, and biggest movers.
curl --request GET \
--url https://api.polynode.dev/v1/trending \
--header 'x-api-key: <api-key>'{
"carousel": [
{
"id": "69987",
"slug": "2026-ncaa-tournament-winner",
"title": "2026 NCAA Tournament Winner",
"image": "https://...",
"volume24hr": 1234567
}
],
"breaking": [
{
"id": "1193228",
"slug": "will-robert-golob-be-the-next-prime-minister-of-slovenia",
"question": "Will Robert Golob be the next Prime Minister of Slovenia?",
"outcomePrices": ["0.595", "0.405"],
"oneDayPriceChange": -0.015
}
],
"hotTopics": [
{ "title": "Gen", "volume": 24471729.10, "url": "/search?_q=gen" },
{ "title": "Bayern", "volume": 4733154.92, "url": "/predictions/bayern" }
],
"featured": [],
"movers": []
}
Returns a curated snapshot of what’s trending on Polymarket right now. Combines carousel highlights, breaking news markets, hot search topics, featured events, and biggest 24h price movers.Documentation Index
Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
{
"carousel": [
{
"id": "69987",
"slug": "2026-ncaa-tournament-winner",
"title": "2026 NCAA Tournament Winner",
"image": "https://...",
"volume24hr": 1234567
}
],
"breaking": [
{
"id": "1193228",
"slug": "will-robert-golob-be-the-next-prime-minister-of-slovenia",
"question": "Will Robert Golob be the next Prime Minister of Slovenia?",
"outcomePrices": ["0.595", "0.405"],
"oneDayPriceChange": -0.015
}
],
"hotTopics": [
{ "title": "Gen", "volume": 24471729.10, "url": "/search?_q=gen" },
{ "title": "Bayern", "volume": 4733154.92, "url": "/predictions/bayern" }
],
"featured": [],
"movers": []
}
Trending data
The response is of type object.