fetch
Retrieve a single Solana token's full risk profile by its mint address, including the calibrated rug probability, holder connections, and current sellability, to enable quick pre-trade verification.
Instructions
[$0.025] ChatGPT entry point: everything we hold on one token as one document: the calibrated verdict with its measured hit rate, who holds it and how they connect, and whether it can still be sold. Takes an id from search. Same endpoint and price as token_report, which other clients should call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A Solana mint address, usually from `search`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The mint this document is about. | |
| url | No | Public page for the token, or null if the id was not an address. | |
| text | No | The full report as JSON text. | |
| title | No | ||
| metadata | No |