get_quick_score
Check token risk with a cached score (0-100) and risk band for pre-trade scam detection. Supports Solana, Ethereum, Base, BSC.
Instructions
Fast cached token risk check.
Returns score (0-100), risk band, and key token metadata for quick pre-trade screening.
Free: 10 calls/day; paid calls: 0.02 USDC.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | Contract address of the token to check | |
| chain | No | Blockchain network: solana, ethereum, base, etc. | solana |
| api_key | No | API key for authentication (alternative to tx_signature) | |
| tx_signature | No | Solana USDC payment transaction signature for pay-per-call auth | |
| client_id | No | Client identifier for free-tier rate limiting | anonymous |