thorchain_get_swap_quote
Retrieve a THORChain swap quote by entering the source asset, destination asset, and amount. Use this to determine the expected output for a cryptocurrency swap.
Instructions
Get a quote for swapping assets on THORChain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to swap | |
| toAsset | Yes | Destination asset (e.g., 'ETH.ETH') | |
| fromAsset | Yes | Source asset (e.g., 'BTC.BTC') |