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