Top active prediction markets by 24h trading volume on Polymarket -- what's trending right
Top active prediction markets by 24h trading volume on Polymarket -- what's trending right now, no keyword needed. Pairs with /prediction-markets (keyword search) and /prediction-market (exact-ID lookup): use this one when you don't already know what to search for. Not ticker-specific. Supports optional limit (default 10, max 25). $0.01/call.
10000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-13
updated
Provider
www.x402financialdata.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xe4181c7de066959bcca010525304ba68a84768e0",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "FTwh34f9yBgdD2ydjQUqHnZGRtQsHMHaRm8w2hpcB79L",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": {
"count": 1,
"markets": [
{
"close_date": "2026-08-02T23:59:00Z",
"id": "israel-x-iran-ceasefire-continues-through-august-2-20260727170555149",
"outcomes": [
{
"name": "Yes",
"probability": 0.745
},
{
"name": "No",
"probability": 0.255
}
],
"source": "polymarket",
"status": "active",
"title": "Israel x Iran ceasefire continues through August 2?",
"volume_24h_usd": 1112365.174385003,
"volume_usd": 1556592.2596210006
}
],
"source": "polymarket"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Max markets to return, default 10, max 25.",
"type": "integer"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"builder-code": {
"info": {
"a": "bc_vyd5u8m3"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://www.x402financialdata.com/trending-markets" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://www.x402financialdata.com/trending-markets");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://www.x402financialdata.com/trending-markets")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4571.json, and this resource appears in /discovery/resources and /discovery/search.