Solana: solanaGetTokenPrices
solanaGetTokenPricesBatch-fetch USD spot prices for up to 100 SPL tokens, returning each mint's current price and confidence level for efficient price queries.
Instructions
Batch-fetch USD spot prices for one or more SPL tokens. Returns each mint's USD price plus confidence level. More efficient than calling solanaGetTokenPairPrice in a loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenMints | Yes | List of SPL mint addresses to price (1-100). Each entry is a base58 mint pubkey. |