$0.001
per call · USD Coin on base
Returns trending tokens across the entire blockchain for a specified activity window and optional category. The size of the increase in active wallets over the activity window determines the token's trending rank.
Endpoint
GET https://api.slamai.dev/chain/tokens/trending11
Calls / 30d
6
Unique payers / 30d
Sep 10
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://api.slamai.dev/chain/tokens/trending", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.slamai.dev/chain/tokens/trending?activity_window=%5Bobject+Object%5D&blockchain=%5Bobject+Object%5D&category=%5Bobject+Object%5D&estimate_cost=%5Bobject+Object%5D&num=%5Bobject+Object%5D" \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0xd85096faec1ac03075667b4c1a1661f5623bf111USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Slamai & similar services
Slamai · Token Price
api.slamai.dev
Returns current token prices with FDV, liquidity, and 24h price change, quoted in **USD**, **ETH**, or **BTC**. ### Rules - Provide **either** `symbols` or `addresses`, not both. - Max **30 entries** for either parameter (pipe-delimited). - `quote_symbol` must be one of: `USD`, `ETH`, `BTC`.
Slamai · Tokens Newest
api.slamai.dev
Returns the newest tokens minted on the blockchain based on mint timestamp, filtered by an activity window and optional category.
Chain · Operations
agents.chain.link
Chainlink For Agents: execute a catalog workflow by workflow name.