find_tokens
Retrieve recently analyzed tokens with risk verdicts, filter by time, market cap, and platform, and rank locally before paying for detailed reports.
Instructions
[$0.005] Recently analysed tokens, each already carrying a verdict, to rank locally before paying for depth. Filters: hours (1-168), min_mcap, platform, limit (1-100). A time-ordered feed with no query; to find a token you know by name or mint, use search_tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | Hours back, 1-168. Default 24. | |
| limit | No | Rows, 1-100. Default 25. | |
| min_mcap | No | Minimum market cap, USD. | |
| platform | No | Launchpad, e.g. pumpfun or letsbonk. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| says | No | The finding in one plain sentence, safe to quote. | |
| _meta | No | ||
| count | No | ||
| tokens | No | ||
| filters | No | The filters actually applied, echoed back — a caller should not have to guess whether a... |