P

Polynews · Feed

by Polynews

GETBaseSolana

$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/feed

5

Calls / 30d

4

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x6ee49a7872844397fb52870cc07b308ffadc9427
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of News & Content and the homepage with a featured placement.

Get featured →

More from Polynews & similar services