Swap quote — fans out to all providers, returns ranked best route
Authorizations
API key provided by WalletSuite team
Body
Quote request: returns the best route across all enabled providers.
Source chain key (lowercase).
"ethereum"
Destination chain key (lowercase).
"ethereum"
Source token address (EVM hex / Solana mint), native, or the EVM EEEE sentinel.
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
Destination token address.
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
Source amount in raw base units (wei, lamports, sats).
10000000000000000
Sender address on srcChain.
"0xYourEvmWalletHere"
Recipient address on dstChain. Defaults to fromAddress.
"0xYourEvmWalletHere"
Slippage tolerance in basis points (10 = 0.1%).
100
Optional source token symbol (required for THORChain ERC-20 pools).
"WETH"
Optional destination token symbol.
"USDC"
Source token decimals (required for non-EVM aggregator routing).
18
Destination token decimals.
6
Restrict the fanout to a single provider id.
"oneinch"
Provider ids to skip during fanout.
["odos"]