$0.02
per call · USD Coin on Base
Top holders for any Base ERC-20 (via Moralis), with computed concentration (top1/5/10/20% + contract-held%) and optional whale-risk read. Curated hot set refreshed hourly; long-tail tokens write-through on first call.
Endpoint
GET https://x402.ottoai.services/token-top-holders4
Calls / 30d
1
Unique payers / 30d
Aug 31
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://x402.ottoai.services/token-top-holders", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://x402.ottoai.services/token-top-holders?token=0x4ed4e862860bed51a9570b96d89af5e1b0efefed" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"chain": "base",
"concentration": {
"contractHeldPct": 22.8,
"top10Pct": 27.1,
"top1Pct": 5.69,
"top20Pct": 38.55,
"top5Pct": 18.42
},
"generatedAt": "2026-06-09T21:00:00.000Z",
"holders": [
{
"balanceFormatted": "2104566516.77",
"entity": "Uniswap",
"isContract": true,
"label": "Uniswap V3: DEGEN 3",
"ownerAddress": "0x3304e22ddaa22bcdc5fca2269b418046ae7b566a",
"pctOfSupply": 5.69,
"usdValue": 8418266.07
},
{
"balanceFormatted": "1610312029.43",
"entity": null,
"isContract": false,
"label": null,
"ownerAddress": "0xd28cb1e0bd2f1f57c50ff85b3bcdf6cf48ddcfc9",
"pctOfSupply": 4.36,
"usdValue": 6441248.12
}
],
"narrative": "Concentration is moderate: the top-10 wallets hold 27.1% of supply, led by a Uniswap V3 pool (5.7%). Contract-held supply (22.8%) is mostly DEX liquidity rather than team custody. No single EOA exceeds 4.4%.",
"tokenAddress": "0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
"totalSupply": "36965935954.18"
},
"meta": {
"degraded": false,
"generatedAt": "",
"stalenessSec": 0,
"validUntil": ""
},
"status": "success"
}Payment details
0x0e84ddedaae6a779c462c22a59f301ec31b6b808USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Otto AI & similar services
Otto AI · Tweet Search
x402.ottoai.services
Search X/Twitter for any query and get the actual matching tweets — keyword, $CASHTAG, from:handle (a user timeline), @handle (mentions), or boolean OR. Each tweet returns author, full text (long-form note tweets included), timestamp, likes and retweets (reply/quote counts when available). Most-recent-first for real-time monitoring and alerting. Live X search backend, pay-per-call USDC, structured JSON.
Otto AI · Crypto News
x402.ottoai.services
Importance-ranked crypto headlines with per-article source links and publish times, plus a sentiment-scored market brief. Regenerated hourly; meta carries the snapshot's age and a fresh/stale verdict.
Otto AI · Equity News
x402.ottoai.services
Latest company news for a vendor-resolved equity: licensed Finnhub headlines from the trailing seven days with publication time, source, and summary. Only articles that name the company are served — labelled `primary` when the headline names it, `mentioned` when only the summary does — so a symbol-tagged story about another company never fills the list. Redirect URLs withheld; no sentiment is fabricated.