Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.
true
false
null
Operation hash
const response = await fetch('https://xtz-index.nownodes.io/v1/operations/tx_rollup_remove_commitment/{hash}/status', { method: 'GET', headers: {}, }); const data = await response.json();