get_quick_score
Obtain a fast risk assessment for cryptocurrency tokens using cached or rapid analysis to determine security levels before deeper investigation.
Instructions
Get a quick risk score for a token using cached or fast-path analysis.
Use this when you need a fast confidence check before deeper analysis.
Returns score (0-100), derived risk level, and basic token metadata.
Free tier: 10 calls/day (no auth required).
Cost: 0.02 USDC per call beyond free tier.
Args:
token_address: The contract or mint address to inspect.
chain: Target blockchain (solana, ethereum, base, bsc).
api_key: Optional API key for authenticated access.
tx_signature: Optional Solana transaction signature for USDC micropayment.
client_id: Optional identifier for free-tier rate limiting (e.g. agent wallet address).
Returns:
Minimal structured score summary, or an error payload.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | ||
| chain | No | solana | |
| api_key | No | ||
| tx_signature | No | ||
| client_id | No | anonymous |