curl --request POST \
--url https://api.novashield.so/v1/token/rug \
--header 'Content-Type: application/json' \
--data '
{
"chain": "solana",
"mint": "<string>"
}
'{
"mint": "<string>",
"period": "launch",
"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
}
]
},
"rug": {
"riskScore": 123,
"riskLevel": "LOW",
"verdict": "<string>",
"canTrade": true,
"isHighRisk": true,
"summary": "<string>",
"reasons": [
"<string>"
],
"recommendations": [
"<string>"
]
}
}Analyze bundler patterns and return a short, trader-facing rug-style AI explanation.
curl --request POST \
--url https://api.novashield.so/v1/token/rug \
--header 'Content-Type: application/json' \
--data '
{
"chain": "solana",
"mint": "<string>"
}
'{
"mint": "<string>",
"period": "launch",
"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
}
]
},
"rug": {
"riskScore": 123,
"riskLevel": "LOW",
"verdict": "<string>",
"canTrade": true,
"isHighRisk": true,
"summary": "<string>",
"reasons": [
"<string>"
],
"recommendations": [
"<string>"
]
}
}Bundle + rug-style analysis complete
launch, recent Show child attributes
0-100, higher means more coordinated/botted
LOW, MEDIUM, HIGH, CRITICAL Show child attributes
Was this page helpful?