get_token_price
Retrieve the current USD price of any SPL token on Solana by providing its mint address. Returns price data from Jupiter.
Instructions
Get the USD price of an SPL token by its mint address (via Jupiter).
Args: mint: Base58-encoded token mint (e.g. the USDC or SOL mint).
Returns {mint, price_usd, found}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes |