Returns a list of origination operations.
Filters originations by any of the specified fields. Example: anyof.sender.initiator=tz1...
will return operations where sender
OR initiator
is equal to the specified value. This parameter is useful when you need to retrieve all originations associated with a specified account.
Filters origination operations by initiator. Allowed fields for .eqx
mode: contractManager
, contractDelegate
.
Filters origination operations by sender. Allowed fields for .eqx
mode: contractManager
, contractDelegate
.
Filters origination operations by manager. Allowed fields for .eqx
mode: initiator
, sender
, contractDelegate
.
Filters origination operations by delegate. Allowed fields for .eqx
mode: initiator
, sender
, contractManager
.
Filters origination operations by originated contract. Allowed fields for .eqx
mode: none.
Filters origination operations by internal TzKT id
Filters origination operations by 32-bit hash of originated contract parameter and storage types (helpful for searching originations of similar contracts)
Filters origination operations by 32-bit hash of originated contract code (helpful for searching originations of same contracts)
Filters origination operations by level.
Filters origination operations by timestamp.
Filters by senderCodeHash
.
Filters by either senderCodeHash
or codeHash
.
Filters origination operations 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 originations by specified field. Supported fields: id
(default), level
, gasUsed
, storageUsed
, bakerFee
, storageFee
, allocationFee
, contractBalance
.
Specifies which or how many items should be skipped
Maximum number of items to return
100
Format of the parameters, storage and diffs: 0
- JSON, 1
- JSON string, 2
- raw micheline, 3
- raw micheline string
Json
Comma-separated list of ticker symbols to inject historical prices into response
None
Returns origination operations with specified 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
None