Retrieving mosaic definitions that an account has created
const response = await fetch('https://xem.nownodes.io/account/mosaic/definition/page', { method: 'GET', headers: {}, }); const data = await response.json();