get_trending_risky
Identify trending high-risk crypto tokens on selected blockchains using VerdictSwarm's consensus system to detect potential scams and rug pulls.
Instructions
Get trending risky tokens for the selected chain.
This endpoint is planned for a future API phase. For now, it returns a clear placeholder
payload so clients can integrate against a stable tool signature.
Args:
chain: Blockchain to query (solana, ethereum, base).
min_risk_level: Threshold to include (MEDIUM, HIGH, CRITICAL).
limit: Number of items requested (1-20).
Returns:
Placeholder response describing current availability status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | solana | |
| min_risk_level | No | HIGH | |
| limit | No |