get_quote
Generate a trade quote by specifying source and destination tokens, amount, and optional blockchain details for accurate simulation and analysis.
Instructions
Get a quote for a potential trade
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount of fromToken to potentially trade | |
fromChain | No | Optional blockchain type for source token | |
fromSpecificChain | No | Optional specific chain for source token | |
fromToken | Yes | Source token address | |
toChain | No | Optional blockchain type for destination token | |
toSpecificChain | No | Optional specific chain for destination token | |
toToken | Yes | Destination token address |