A successful response.
const response = await fetch('//osmo.nownodes.io/osmosis/gamm/v1beta1/{pool_id}/estimate/swap_exact_amount_out', { method: 'GET', headers: {}, }); const data = await response.json();
{ "token_in_amount": "text" }