A successful response.
return_coin defines the coin returned as a result of the swap simulation.
const response = await fetch('https://lunc.nownodes.io/terra/market/v1beta1/swap', { method: 'GET', headers: {}, }); const data = await response.json();
{ "return_coin": { "denom": "text", "amount": "text" } }