Returns JSON schema of the contract storage.
Contract address
const response = await fetch('https://xtz-index.nownodes.io/v1/contracts/{address}/storage/schema', { method: 'GET', headers: {}, }); const data = await response.json();
binary