search
Locate Solana memecoin tokens by symbol, name fragment, or mint address. Returns token IDs, titles, and URLs for rug checks and risk analysis.
Instructions
[$0.005/page] ChatGPT entry point: the same catalogue search as search_tokens (same endpoint and price) returning {id, title, url} rows, each id a Solana mint for fetch. ChatGPT connects to nothing without this exact name; other clients should call search_tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows, 1-100. Default 25. | |
| query | Yes | Symbol, name fragment, or an exact mint address. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| says | No | ||
| _meta | No | coverage, billing and price_usd for this call. | |
| count | No | ||
| results | No | Rows of {id, title, url}. id is the mint; pass it to fetch. |