cURL
curl --request POST \ --url https://api.novashield.so/v1/token/bundle \ --header 'Content-Type: application/json' \ --data ' { "chain": "solana", "mint": "<string>", "period": "launch" } '
{ "mint": "<string>", "period": "launch", "isHighRisk": true, "analysis": { "bundlerScore": 123, "riskLevel": "LOW", "metrics": { "timingCluster": 123, "walletSimilarity": 123, "sizePatterns": 123, "distribution": 123 }, "details": { "totalTransactions": 123, "uniqueWallets": 123, "suspiciousWallets": 123, "analysisPeriod": "<string>" }, "verdict": "<string>", "concerns": [ "<string>" ], "recommendations": [ "<string>" ], "topBuyers": [ { "wallet": "<string>", "totalAmount": 123, "supplyPercentage": 123, "transactionCount": 123, "isDevRelated": true } ] } }
Analyze a token mint for coordinated buyers and bundler-style activity.
solana
Token mint address to analyze
Analysis period (default: recent)
launch
recent
Bundle analysis complete
True if bundler risk is HIGH or CRITICAL
Show child attributes
Was this page helpful?