rug_scan_preview
Free PREVIEW of a memecoin rug/scam-risk scan for a token (EVM chains or Solana). Returns the overall risk level/score and up to two headline warning flags. The FULL report (all 30+ flags, taxes, holder concentration, LP lock, authorities, market data) is available from the paid HTTP endpoint referenced in `full_report`. chain: e.g. 'base', 'ethereum', 'bsc', 'arbitrum', 'solana'. address: the token contract / mint address.
Parameters
| chain | string | required | |
| address | string | required |
Raw schema
{
"type": "object",
"properties": {
"chain": {
"title": "Chain",
"type": "string"
},
"address": {
"title": "Address",
"type": "string"
}
},
"required": [
"chain",
"address"
],
"title": "rug_scan_previewArguments"
}