cURL
curl --request GET \ --url https://checkout.suave.money/api/v1/quote
{ "toAmount": "<string>", "toAmountMin": "<string>", "toToken": "<string>", "toChain": "<string>", "fromToken": "<string>", "fromAmount": "<string>", "fromChain": "<string>" }
Chain ID of the source token (must be a supported chain)
Chain ID of the destination token (must be a supported chain)
Address of the source token
Address of the destination token
Amount of source token to swap
Fetch quote for a swap between two tokens