Last updated 28 days ago
Success
const response = await fetch('/v1/bridge/indicative-quote?from_address=text&src_chain=ethereum&dst_chain=ethereum&token_in=text&token_out=text', { method: 'GET', headers: { "apiKey": "text" }, }); const data = await response.json();
{ "sellerToken": "text", "buyerToken": "text", "srcChainId": 0, "destChainId": 0, "amountIn": "text", "amountOut": "text", "amountOutEther": 0, "estimateDuration": 0, "bridgeFeeUsd": 0, "source": "text" }