$0.001
per call · USD Coin on Base
Real-time trade stream with market summaries (2hr rolling window, $500+ trades)
Endpoint
GET https://polynews.news/api/v1/feed5
Calls / 30d
4
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://polynews.news/api/v1/feed", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://polynews.news/api/v1/feed?limit=100&minValue=500" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"marketSummaries": [
{
"buyVolume": 45200,
"marketId": "69317",
"netFlow": 7100,
"sellVolume": 38100,
"tradeCount": 42
}
],
"summary": {
"accumulatorUptime": 7200,
"newestTimestamp": 1747019400,
"oldestTimestamp": 1747012200,
"pollCount": 160,
"totalAccumulated": 1840
},
"trades": [
{
"amount": 2400,
"market": "Democratic Presidential Nominee 2028",
"outcome": "Gavin Newsom",
"price": 0.32,
"side": "BUY",
"timestamp": 1747019400,
"valueUsd": 768,
"wallet": "0xa1b2...c3d4"
}
]
},
"meta": {
"endpoint": "/api/v1/feed",
"latencyMs": 180,
"tier": "standard",
"timestamp": "2026-05-12T04:30:00.000Z",
"version": "v1"
}
}Payment details
0x6ee49a7872844397fb52870cc07b308ffadc9427USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of News & Content and the homepage with a featured placement.
More from Polynews & similar services
Polynews · Arbitrage
polynews.news
Cross-platform arbitrage detection between Polymarket and Kalshi: matched markets, price spreads, fee-adjusted EV. Coverage: liquid Polymarket markets in politics/geopolitics/elections/tech/economy/finance; low-volume long-tail, sports, culture, and weather are not included.
Polynews · Price History
polynews.news
Historical price data with configurable timeframes (1H/6H/1D/1W/1M/ALL)
Otto AI · Crypto News
x402.ottoai.services
Importance-ranked crypto headlines with per-article source links and publish times, plus a sentiment-scored market brief. Regenerated hourly; meta carries the snapshot's age and a fresh/stale verdict.