Solana: solanaGetTokenPairPrice
solanaGetTokenPairPriceQuote the spot exchange rate between two SPL tokens on Solana, using DEX liquidity for best execution. Obtain the rate and route for any token pair.
Instructions
Quote the spot exchange rate between two SPL tokens, routed across Solana DEX liquidity for best execution. Returns the rate of inputMint denominated in outputMint, plus the route taken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputMint | Yes | SPL mint address of the input token (the one being sold/spent). Use 'So11111111111111111111111111111111111111112' for wrapped SOL. | |
| outputMint | Yes | SPL mint address of the output token (the one being bought). Use 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' for USDC. |