Returns the total number of transaction operations.
/v1/operations/transactions/count
Filters transactions by any of the specified fields. Example: anyof.sender.target=tz1...
will return operations where sender
OR target
is equal to the specified value. This parameter is useful when you need to retrieve all transactions associated with a specified account.
Filters transactions by initiator. Allowed fields for .eqx
mode: target
.
Filters transactions by sender. Allowed fields for .eqx
mode: target
.
Filters transactions by target. Allowed fields for .eqx
mode: sender
, initiator
.
Filters transactions by amount (micro tez).
Filters transactions by level.
Filters transactions by timestamp.
Filters transactions by entrypoint called on the target contract.
Filters transactions by parameter value. Note, this query parameter supports the following format: ?parameter{.path?}{.mode?}=...
,
so you can specify a path to a particular field to filter by, for example: ?parameter.token_id=...
or ?parameter.sigs.0.ne=...
.
Also, note that .value
part must be omitted in the path, so, for example, filtering by parameter.value.foo
must be specified as ?parameter.foo=...
.
Filters transactions by operation status (applied
, failed
, backtracked
, skipped
).