Returns a list of transaction operations.
/v1/operations/transactions
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 id.
Filters transactions by level.
Filters transactions by timestamp.
Filters by senderCodeHash
.
Filters by targetCodeHash
.
Filters by either senderCodeHash
or targetCodeHash
.
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 presence of internal operations.
Filters transactions by operation 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 transactions by specified field. Supported fields: id
(default), level
, gasUsed
, storageUsed
, bakerFee
, storageFee
, allocationFee
, amount
.
Specifies which or how many items should be skipped
Maximum number of items to return
Format of the parameters, storage and diffs: 0
- JSON, 1
- JSON string, 2
- raw micheline, 3
- raw micheline string
Comma-separated list of ticker symbols to inject historical prices into response
Returns transaction operations with specified hash.
/v1/operations/transactions/{hash}
Operation hash
Format of the parameters, storage and diffs: 0
- JSON, 1
- JSON string, 2
- raw micheline, 3
- raw micheline string
Comma-separated list of ticker symbols to inject historical prices into response
Returns transaction operations with specified hash and counter.
/v1/operations/transactions/{hash}//{counter}
Operation hash
Operation counter
Format of the parameters, storage and diffs: 0
- JSON, 1
- JSON string, 2
- raw micheline, 3
- raw micheline string
Comma-separated list of ticker symbols to inject historical prices into response
Returns an internal transaction operation with specified hash, counter and nonce.
/v1/operations/transactions/{hash}//{counter}//{nonce}
Operation hash
Operation counter
Operation nonce (internal)
Format of the parameters, storage and diffs: 0
- JSON, 1
- JSON string, 2
- raw micheline, 3
- raw micheline string
Comma-separated list of ticker symbols to inject historical prices into response