T

Twitr · Tools Radar

by Twitr

POSTBaseSolana

$0.001

per call · USD Coin on Base

Trending topics and breaking stories across tech, dev, science, business, culture, politics, and entertainment — aggregated from multiple public sources with regional and time-window filters. Flat sub-cent price per call; the cheap first stop for what is happening right now.

Endpoint

POST https://twitr.sh/api/tools/radar

3

Calls / 30d

2

Unique payers / 30d

Sep 9

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://twitr.sh/api/tools/radar", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "category": "tech",
    "hours": 24,
    "limit": 20
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://twitr.sh/api/tools/radar" \
  -H "Content-Type: application/json" \
  -d '{"category":"tech","hours":24,"limit":20}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "duration": 1,
  "items": [
    {
      "category": "tech",
      "score": 982,
      "title": "AI agents start paying for their own API calls",
      "url": "https://example.com/story"
    }
  ],
  "payment": {
    "amount": "0.001000",
    "currency": "USD",
    "protocol": "x402"
  },
  "runId": "tw_example"
}

Payment details

Pay to0xb5194a98dbdbb7028b585db26b972e7f0f3f826a
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Twitr & similar services