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