finance 3 credits · ~$0.045 ~500ms
Rug Pull Scanner
POST /v1/finance/token/risk Rug-pull scanner: a RugCheck.xyz score plus on-chain mint and freeze authority verification. Blocks tokens with active mint authority, unlocked LP, or a rug score above threshold.
Capabilities
- ✓ RugCheck score plus on-chain authority checks
- ✓ Mint and freeze authority flags
- ✓ LP-lock check
- ✓ Configurable thresholds
Use cases
- → Screen new or unknown tokens
- → Memecoin trading agents
- → Pre-buy safety gate
example
curl -X POST https://api.agent-toolbox.ai/v1/finance/token/risk \
-H "Content-Type: application/json" \
-d '{"mintAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"}' response shape
{
"verdict": "PASS" | "FLAG" | "BLOCK",
// tool-specific findings…
"certificate": "sha256:..."
}