dex_quote_exact_out
Calculate the minimum input token amount needed to receive a desired output amount on a DEX, given token pair and output quantity.
Instructions
Quote the least input required for a desired output amount
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| account | No | Signer account used to resolve its fee tier | |
| max_hops | No | ||
| token_in | Yes | ||
| token_out | Yes | ||
| amount_out | Yes |