R

ReadX · Trends

by ReadX

GETBaseSolana

$0.01

per call · USD Coin on Base

Trending topics for a location (worldwide by default; filter with country or woeid). Example: GET /api/trends?country=US

Endpoint

GET https://readx.sh/api/trends

2

Calls / 30d

2

Unique payers / 30d

Aug 28

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://readx.sh/api/trends", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://readx.sh/api/trends" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "code": 0,
  "data": {
    "as_of": "2026-07-25T04:51:10Z",
    "location": "United States",
    "status": "success",
    "trends": [
      {
        "is_hashtag": true,
        "name": "#TypeScript",
        "promoted": false,
        "query": "#TypeScript",
        "rank": 1,
        "search_url": "https://x.com/search?q=%23TypeScript&src=trend_click",
        "tweet_volume": 18452
      },
      {
        "is_hashtag": false,
        "name": "Cloudflare",
        "promoted": false,
        "query": "Cloudflare",
        "rank": 2,
        "search_url": "https://x.com/search?q=Cloudflare&src=trend_click",
        "tweet_volume": null
      }
    ],
    "trends_count": 2,
    "woeid": 23424977
  }
}

Payment details

Pay to0x13e060adcc6f4b731da8382b333027b8b2bff707
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from ReadX & similar services