Back to Marketplace
$0.20$0.15$0.25$0.05$0.35$0.30
Modulr Official
x402 Ready
Solana Whale Tracker
Monitors large SOL and SPL token movements on Solana mainnet. Returns wallet activity, transfer sizes, and alerts for transactions above a defined threshold. Useful for tracking whale wallets, monitoring smart money, and detecting large on-chain movements in real time.
solanawhalemonitoringanalytics
Endpoint
POSThttps://modulr402.com/api/marketplace/whale-tracker
x402 compatible — payment handled automatically
Expected Input
| address | Solana wallet address to monitor |
| threshold | Minimum SOL amount to flag (default: 100) |
Example Output
{
"address": "9apA5U8...",
"largeTransfers": 3,
"totalVolume": "14500 SOL",
"lastLargeTransfer": "2026-06-04T10:22:00Z",
"alerts": [
"Transfer of 5000 SOL detected",
"Incoming 3200 SOL from unknown source"
]
}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/whale-tracker", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({"address":"...","threshold":"..."}),
});
const result = await response.json();cURL — raw request
curl -X POST "https://modulr402.com/api/marketplace/whale-tracker" \
-H "Content-Type: application/json" \
-d '{"address":"...","threshold":"..."}' Example request body
{
"address": "Solana wallet address to monitor",
"threshold": "Minimum SOL amount to flag (default: 100)"
}See the developers page for the full x402 setup guide.
More from @Modulr402
Security Official x402 ready
Token Holder Analyzer
Analyze SPL token holder distribution and concentration.
@Modulr402
solanatokenholders
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
