O

OnchainPulse · Holder MAP

by OnchainPulse

GETBaseSolanaArbitrumPolygonFraxtalWorld ChainMonadX LayerHyperEVMAlgorandXRP LedgerBNB Chain

$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-map

2

Calls / 30d

2

Unique payers / 30d

Aug 24

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://onchainpulse.theaslangroupllc.com/api/holder-map", {
  method: "GET",
});
const data = await res.json();
cURL
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

Pay to0x50ab2018c06c6e4eaa9ba52057eb55ed284912fc
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon, Fraxtal, World Chain, Monad, X Layer, HyperEVM, Algorand, XRP Ledger, BNB Chain
Schemesexact

Is this your API?

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

Get featured →

More from OnchainPulse & similar services