Simulate a call to a michelson view
Contract address
View name
Input to be passed to the contract view (in human-readable format, see "Json schema" on tzkt.io)
const response = await fetch('https://xtz-index.nownodes.io/v1/helpers/view/{contract}/{name}', { method: 'POST', headers: { "Content-Type": "application/json" }, }); const data = await response.json();
binary