Returns a list of tx rollup rejection operations.
Filters by any of the specified fields. Example: anyof.sender.committer=tz1...
will return operations where sender
OR committer
is equal to the specified value. This parameter is useful when you need to retrieve all operations associated with a specified account.
Filters by sender. Allowed fields for .eqx
mode: none.
Filters by committer. Allowed fields for .eqx
mode: none.
Filters by rollup. Allowed fields for .eqx
mode: none.
Filters by level.
Filters by timestamp.
Filters by status (applied
, failed
, backtracked
, skipped
).
Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both .fields
and .values
modes.
Sorts by specified field. Supported fields: id
(default), level
, gasUsed
, bakerFee
.
Specifies which or how many items should be skipped
Maximum number of items to return
100
Comma-separated list of ticker symbols to inject historical prices into response
None
Returns tx rollup rejection operation with specified hash.
Operation hash
Comma-separated list of ticker symbols to inject historical prices into response
None