Delegations
Returns a list of delegation operations.
Filters delegations by any of the specified fields. Example: anyof.prevDelegate.newDelegate=tz1...
will return operations where prevDelegate
OR newDelegate
is equal to the specified value. This parameter is useful when you need to retrieve all delegations associated with a specified account.
Filters delegations by initiator. Allowed fields for .eqx
mode: prevDelegate
, newDelegate
.
Filters delegations by sender. Allowed fields for .eqx
mode: prevDelegate
, newDelegate
.
Filters delegations by prev delegate. Allowed fields for .eqx
mode: initiator
, sender
, newDelegate
.
Filters delegations by new delegate. Allowed fields for .eqx
mode: initiator
, sender
, prevDelegate
.
Filters delegations by level.
Filters delegations by timestamp.
Filters by senderCodeHash
.
Filters delegations 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 delegations 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 a delegation operation with specified hash.
Operation hash
Comma-separated list of ticker symbols to inject historical prices into response
None