OnchainPulse · Holder MAP
by OnchainPulse
$0.02
per call · USD Coin on Base
Holder-concentration map for any token — Solana + 8 EVM chains incl. Base & Robinhood Chain: top holders with LP-pool / locker / burn / contract labels, largest-wallet and top-10 share excluding LP & burn, % of supply in LP or lockers, % burned, % sitting in unlabeled contracts, creator & owner balances, insider-cluster detection (Solana). The "who actually holds this thing" layer of token due diligence, as observable facts with per-wallet breakdown. Deterministic, sub-second, no LLM.
Endpoint
GET https://onchainpulse.theaslangroupllc.com/api/holder-map2
Calls / 30d
2
Unique payers / 30d
Aug 24
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://onchainpulse.theaslangroupllc.com/api/holder-map", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://onchainpulse.theaslangroupllc.com/api/holder-map?address=0x532f27101965dd16442E59d40670FaF5eBB142E4&chain=base" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"address": "0x532f27101965dd16442E59d40670FaF5eBB142E4",
"chain": "base",
"concentration": {
"creator_pct": 1.1,
"owner_pct": 0,
"pct_burned": 0,
"pct_contract_held": 2.3,
"pct_in_lp_or_locked": 6.1,
"top10_holder_pct": 18.6,
"top_holder_pct": 4.2
},
"disclaimer": "Holder-distribution facts observed on-chain at a point in time via public data sources. Bucket shares are floors computed from the visible top-holder list, not exhaustive census numbers. Analytics, not financial advice; concentration is a structural observation, not an accusation.",
"flags": [
"Top non-LP wallet holds 4.2% of supply"
],
"holder_count": "48213",
"read": "Distribution is broad for a memecoin: top-10 wallets (ex-LP/burn) hold 18.6%.",
"top_holders": [
{
"address": "0x3f6…9a2",
"bucket": "lp_or_locked",
"is_contract": true,
"is_locked": false,
"pct": 5.8,
"tag": "Uniswap V3: BRETT"
},
{
"address": "0x91c…44b",
"bucket": "wallet",
"is_contract": false,
"is_locked": false,
"pct": 4.2,
"tag": null
}
]
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from OnchainPulse & similar services
OnchainPulse · Evmtoken
onchainpulse.theaslangroupllc.com
Honeypot, rug & token-safety scanner for Robinhood Chain, Base & EVM tokens — instant pre-trade check: sell-simulation honeypot, buy/sell tax, mint, upgradeable proxy, pausable transfers, blacklist, owner privileges, LP lock/burn, holder concentration, fused with live liquidity & flow into one CLEAR / CAUTION / AVOID verdict. Robinhood Chain (launchpad tokens incl. Pons), Base, Ethereum, BSC + 4 more. Answers: is this token safe to buy?
OnchainPulse · Glossary
onchainpulse.theaslangroupllc.com
Plain-English decoder for onchain finance, blockchain and regulatory terminology. For research and financial agents.
OnchainPulse · Facet Honeypot
onchainpulse.theaslangroupllc.com
Honeypot check, half a cent: can this token actually be sold? Simulated buy+sell verdict, buy/sell/transfer tax, mint authority, ownership renounced, transfer-pausable, blacklist — the raw flags, one source, no fusion. Base, Ethereum, BSC, Arbitrum, Polygon, Optimism, Avalanche. Cheapest token safety check before you trade; upgrade to /api/evmtoken ($0.015) for the fused CLEAR/CAUTION/AVOID verdict. Answers: is this token safe?