Status

Get tx rollup rejection status

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.

GEThttps://xtz-index.nownodes.io/v1/operations/tx_rollup_rejection/{hash}/status
Path parameters
hash*string

Operation hash

Response
Body
nullable boolean
Request
const response = await fetch('https://xtz-index.nownodes.io/v1/operations/tx_rollup_rejection/{hash}/status', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
false