A successful response.
const response = await fetch('//osmo.nownodes.io/osmosis/lockup/v1beta1/account_unlockable_coins/{owner}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "coins": [ { "denom": "text", "amount": "text" } ] }