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