Last updated 8 months ago
A successful response.
const response = await fetch('//osmo.nownodes.io/osmosis/superfluid/v1beta1/all_assets', { method: 'GET', headers: {}, }); const data = await response.json();
{ "assets": [ { "denom": "text", "asset_type": "SuperfluidAssetTypeNative" } ] }