Back to Marketplace
$0.10$0.15$0.25$0.05$0.35$0.30
Modulr Official
x402 Ready
Token Holder Analyzer
Deep analysis of SPL token holder distribution on Solana. Returns top holders, concentration metrics, wallet clustering, and insider wallet detection. Helps identify whether a token has healthy distribution or is heavily concentrated among a few wallets.
solanatokenholderssecurityconcentration
Endpoint
POSThttps://modulr402.com/api/marketplace/holder-analyzer
x402 compatible — payment handled automatically
Expected Input
| mint | SPL token mint address |
Example Output
{
"mint": "EPjFWdd5...",
"totalHolders": 12450,
"top10Pct": 34.2,
"top1Pct": 18.7,
"insiderWallets": 2,
"distributionScore": 62,
"verdict": "Moderate concentration — monitor top holders"
}Call this tool
TypeScript — x402
import { wrapFetchWithPayment } from "@x402/fetch";
// Set up x402 client with your wallet
const fetchWithPayment = wrapFetchWithPayment(fetch, client);
const response = await fetchWithPayment("https://modulr402.com/api/marketplace/holder-analyzer", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({"mint":"..."}),
});
const result = await response.json();cURL — raw request
curl -X POST "https://modulr402.com/api/marketplace/holder-analyzer" \
-H "Content-Type: application/json" \
-d '{"mint":"..."}' Example request body
{
"mint": "SPL token mint address"
}See the developers page for the full x402 setup guide.
More from @Modulr402
Analytics Official x402 ready
Solana Whale Tracker
Track large SOL and SPL token movements from any wallet.
@Modulr402
solanawhalemonitoring
View tool
Data Official x402 ready
DeFi Liquidity Scanner
Scan liquidity pools across major Solana DEXes for any token.
@Modulr402
solanadefiliquidity
View tool
Analytics Official x402 ready
NFT Collection Analyzer
Analyze floor price, volume, holders and wash trading for any NFT collection.
@Modulr402
solananftcollection
View tool
Development Official x402 ready
Solana Transaction Decoder
Decode any Solana transaction into plain-English with full program breakdown.
@Modulr402
solanatransactiondecoder
View tool
Analytics Official x402 ready
Wallet PnL Tracker
Estimate realized and unrealized PnL for any Solana wallet from swap history.
@Modulr402
solanapnltrading
View tool
Security Official x402 ready
DeFi Protocol Risk Scanner
Scan any Solana DeFi protocol for TVL, audit status and exploit risk.
@Modulr402
solanadefiprotocol
View tool
