T

The Undesirables Oracle · Trending

by The Undesirables Oracle

GETBaseSolanaFraxtal

$0.025

per call · USD Coin on Base

Trending Cards Feed: returns the top trading cards by market activity (30-day sales volume, views, price velocity). Covers all 25 supported TCG games. Useful for autonomous buy/sell agents tracking market momentum and identifying emerging opportunities.

Endpoint

GET https://oracle.the-undesirables.com/api/v1/trending

3

Calls / 30d

2

Unique payers / 30d

Aug 30

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://oracle.the-undesirables.com/api/v1/trending", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://oracle.the-undesirables.com/api/v1/trending?game=Pokemon&limit=50" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "results": 50,
    "trending": []
  },
  "status": "ok",
  "tool": "trending_cards"
}

Payment details

Pay to0x642e8a7c289381f24f0395e0539f0ba41c74cc1b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Fraxtal
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from The Undesirables Oracle & similar services