Success
Quote source name
const response = await fetch('https://newapi.native.org/swap-api/v1/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();
[ { "success": false, "buyerToken": "text", "sellerToken": "text", "buyerTokenAmount": 0, "buyerTokenAmountWei": "text", "sellerTokenAmount": 0, "sellerTokenAmountWei": "text", "price": 0, "widgetFeeUsd": 0, "liquidityProviderFeeUsd": 0, "totalFeeUsd": 0, "routes": [ "text" ], "source": "p0" } ]