Jupiter prices (Solana)
jupiter_pricesFetch USD prices for up to 50 Solana mints via Jupiter Price API v3, including liquidity, 24h change, and decimals. Use as a secondary price source alongside DexScreener; unknown mints return found=false.
Instructions
usd prices for up to 50 solana mints from jupiter price v3 (swap-derived), with liquidity, 24h change and decimals; unknown mints come back with found=false. use as a second price source next to dexscreener. verbose=true adds the raw payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mints | Yes | 1-50 solana mint addresses | |
| verbose | No | when true, include the raw upstream payload under `raw` (capped) and extra detail in summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| raw | No | ||
| cache | No | ||
| error | No | ||
| source | Yes | ||
| summary | No | ||
| fetched_at | No | ||
| raw_truncated | No |