get_token_report
Generate a human-readable markdown report for crypto tokens that includes risk scores, security checks, and major risk factors to identify potential scams or rug pulls.
Instructions
Get a human-readable markdown report for a token.
Generates a formatted report suitable for sharing that includes score, risk level,
major risk factors, security checks, and optional recommendation fields when available.
Cost: 0.02 USDC per call (or valid API key).
Args:
token_address: The contract or mint address to report on.
chain: Target blockchain (solana, ethereum, base, bsc).
api_key: Optional API key for authenticated access.
tx_signature: Optional Solana transaction signature for USDC micropayment.
Returns:
Markdown-formatted report text, or a markdown error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | ||
| chain | No | solana | |
| api_key | No | ||
| tx_signature | No |