RugCheck report (Solana)
rugcheck_reportFetches a Solana token's rug-pull risk report, including score, risk levels, LP locked percentage, and token program. Use verbose mode for full details on authorities, top holders, and metadata mutability.
Instructions
fetch rugcheck.xyz's risk report for a solana mint: score and normalised score, named risks with levels, lp locked percentage, token program. verbose=true fetches the full report: mint/freeze authority, top holders with percentages and insider flags, metadata mutability, jupiter verification, and the raw payload. solana only; for evm tokens use honeypot_check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | solana mint address (base58) | |
| verbose | No | when true, include the raw upstream payload under `raw` (capped) and extra detail in summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| raw | No | ||
| cache | No | ||
| error | No | ||
| source | Yes | ||
| summary | No | ||
| fetched_at | No | ||
| raw_truncated | No |