token_price_path
Retrieve a Solana token's price path after analysis: peak, drawdown from peak, and current level, with 4-5 second resolution. Excludes the bonding-curve phase.
Instructions
[$0.005] What the token did after we called it: peak, drawdown from peak, and where it stands now, at 4-5 second resolution. Our feed starts at analysis; the bonding-curve phase before that is not included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint, base58. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Solana token mint address (base58). | |
| path | No | analysed_at, first/last tick, tick count, market cap at analysis / latest / peak / trough,... | |
| says | No | The finding in one plain sentence, safe to quote. | |
| _meta | No | ||
| coverage_note | No | Where our feed starts, so the path is not mistaken for the token's whole life. |