Back to Marketplace
$0.10$0.20$0.15$0.05$0.35$0.30
Modulr Official
x402 Ready
NFT Collection Analyzer
Analyzes any Solana NFT collection. Returns floor price, 24h volume, total holders, whale concentration, wash trading signals and overall collection health score. Useful for evaluating collections before buying, identifying manipulation, and tracking collection momentum.
solananftcollectionanalyticsfloor-price
Endpoint
POSThttps://modulr402.com/api/marketplace/nft-collection
x402 compatible — payment handled automatically
Expected Input
| collectionAddress | Solana NFT collection address or verified creator address |
Example Output
{
"collection": "DeGods",
"floorPrice": "12.4 SOL",
"volume24h": "340 SOL",
"totalHolders": 4821,
"whaleConcentration": "12.3%",
"washTradingSignals": 2,
"healthScore": 74,
"verdict": "Healthy collection with moderate whale concentration"
}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/nft-collection", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({"collectionAddress":"..."}),
});
const result = await response.json();cURL — raw request
curl -X POST "https://modulr402.com/api/marketplace/nft-collection" \
-H "Content-Type: application/json" \
-d '{"collectionAddress":"..."}' Example request body
{
"collectionAddress": "Solana NFT collection address or verified creator 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
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
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
