Get delegates
Returns a list of delegate accounts.
Query parameters
Equal filter mode (optional, i.e. param.eq=true is the same as param=true).
Specify a bool flag to get items where the specified field is equal to the specified value.
Example: ?active=true or ?active=1 or ?active.
Is null filter mode.
Use this mode to get items where the specified field is null or not.
Example: ?active.null or ?active.null=false.
Delegate status to filter by (true - only active, false - only deactivated, undefined - all delegates)
Equal filter mode (optional, i.e. param.eq=123 is the same as param=123).
Specify an integer number to get items where the specified field is equal to the specified value.
Example: ?balance=1234.
Not equal filter mode.
Specify an integer number to get items where the specified field is not equal to the specified value.
Example: ?balance.ne=1234.
Greater than filter mode.
Specify an integer number to get items where the specified field is greater than the specified value.
Example: ?balance.gt=1234.
Greater or equal filter mode.
Specify an integer number to get items where the specified field is greater than equal to the specified value.
Example: ?balance.ge=1234.
Less than filter mode.
Specify an integer number to get items where the specified field is less than the specified value.
Example: ?balance.lt=1234.
Less or equal filter mode.
Specify an integer number to get items where the specified field is less than or equal to the specified value.
Example: ?balance.le=1234.
In list (any of) filter mode.
Specify a comma-separated list of integers to get items where the specified field is equal to one of the specified values.
Example: ?level.in=12,14,52,69.
Not in list (none of) filter mode.
Specify a comma-separated list of integers to get items where the specified field is not equal to all the specified values.
Example: ?level.ni=12,14,52,69.
Filters delegates by last activity level (where the delegate was updated)
Fields selection mode (optional, i.e. select.fields=balance is the same as select=balance).
Specify a comma-separated list of fields to include into response.
Example: ?select=address,balance => [ { "address": "asd", "balance": 10 } ].
Values selection mode.
Specify a comma-separated list of fields to include their values into response.
Example: ?select.values=address,balance => [ [ "asd", 10 ] ].
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.
Ascending sort mode (optional, i.e. sort.asc=id is the same as sort=id).
Specify a field name to sort by.
Example: ?sort=balance.
Descending sort mode.
Specify a field name to sort by descending.
Example: ?sort.desc=id.
Sorts delegators by specified field. Supported fields: id (default), stakedBalance, externalStakedBalance, ownDelegatedBalance, externalDelegatedBalance, bakingPower, votingPower, balance, numDelegators, stakersCount, activationLevel, deactivationLevel.
Elements offset mode (optional, i.e. offset.el=123 is the same as offset=123).
Skips specified number of elements.
Example: ?offset=100.
Page offset mode.
Skips page * limit elements. This is a classic pagination.
Example: ?offset.pg=1.
Cursor offset mode.
Skips all elements with the cursor before (including) the specified value. Cursor is a field used for sorting, e.g. id.
Avoid using this offset mode with non-unique or non-sequential cursors such as amount, balance, etc.
Example: ?offset.cr=45837.
Specifies which or how many items should be skipped
Maximum number of items to return
Response
Internal TzKT id
Type of the account, delegate - account, registered as a delegate (baker)
Public key hash of the delegate's main key
Public key hash of the delegate's consensus key
Public key hash of the delegate's companion key
Delegation status (true - active, false - deactivated)
Name of the baking service
Public key of the delegate (baker)
Public key revelation status. Unrevealed account can't send manager operation (transaction, origination etc.)
Total balance of the delegate (baker), including spendable and frozen funds (micro tez)
Amount of tx rollup commitment bonds (micro tez)
Amount of smart rollup commitment bonds (micro tez)
Amount staked from the own balance (micro tez). Like delegated amount, except for it is frozen and can be slashed.
Amount that was unstaked, but not yet finalized (i.e. it is still frozen) (micro tez).
Amount staked from external stakers (micro tez). Like delegated amount, except for it is frozen and can be slashed.
Amount that was unstaked by external stakers, but not yet finalized (i.e. it is still frozen) (micro tez).
Amount that was lost due to inconsistend rounding introduced in Oxford (micro tez).
Total staked balance, which is stakedBalance + externalStakedBalance.
Total amount of issued "pseudo-tokens". These pseudotokens are used for unstaking.
Number of external stakers.
Configured max amount allowed to be locked as a security deposit (micro tez)
This parameter determines the maximum portion (millionth) of external stake by stakers over the baker's own staked funds.
This parameter determines the fraction (billionth) of the rewards that accrue to the baker's liquid spendable balance — the remainder accrues to frozen stakes.
An account nonce which is used to prevent operation replay
Block height when delegate (baker) was registered as a baker last time
Block datetime when delegate (baker) was registered as a baker last time (ISO 8601, e.g. 2019-11-31)
Block height when delegate (baker) was deactivated as a baker because of lack of funds or inactivity
Block datetime when delegate (baker) was deactivated as a baker because of lack of funds or inactivity (ISO 8601, e.g. 2019-11-31)
Current baking power
Current voting power
Amount delegated from the own balance (micro tez).
Amount delegated from the external delegators (micro tez).
Number of contracts, created (originated) and/or managed by the delegate (baker)
Number of tx rollups, created (originated) by the account
Number of smart rollups, created (originated) by the account
Number of account tokens with non-zero balances
Number of tokens the account ever had
Number of token transfers from/to the account
Number of tickets the account owns.
Number of tickets the account ever owned.
Number of ticket transfers from/to the account.
Number of current delegators (accounts, delegated their funds) of the delegate (baker)
Number of baked (validated) blocks all the time by the delegate (baker)
Number of given attestations (approvals) by the delegate (baker)
Number of given preattestations (approvals) by the delegate (baker)
Number of submitted by the delegate ballots during a voting period
Number of submitted (upvoted) by the delegate proposals during a proposal period
Number of account activation operations. Are used to activate accounts that were recommended allocations of tezos tokens for donations to the Tezos Foundation’s fundraiser
Number of double baking (baking two different blocks at the same height) evidence operations, included in blocks, baked (validated) by the delegate
Number of double consensus (attestation or preattestation of two different blocks at the same block height) evidence operations, included in blocks, baked (validated) by the delegate
Number of seed nonce revelation (are used by the blockchain to create randomness) operations provided by the delegate
Number of vdf_revelation operations included into blocks by the delegate
Number of operations for all time in which rewards were lost due to unrevealed seed nonces by the delegate (synthetic type)
Number of attestation rewards received at the end of cycles (synthetic type)
Number of all delegation related operations (new delegator, left delegator, registration as a baker), related to the delegate (baker)
Number of all origination (deployment / contract creation) operations, related to the delegate (baker)
Number of all transaction (tez transfer) operations, related to the delegate (baker)
Number of reveal (is used to reveal the public key associated with an account) operations of the delegate (baker)
Number of register global constant operations sent by the baker
Number of set deposits limit operations sent by the baker
Number of migration (result of the context (database) migration during a protocol update) operations, related to the delegate (synthetic type)
Number of tx rollup origination operations sent by the account
Number of tx rollup submit batch operations sent by the account
Number of tx rollup commit operations sent by the account
Number of tx rollup return bond operations sent by the account
Number of tx rollup finalize commitment operations sent by the account
Number of tx rollup remove commitment operations sent by the account
Number of tx rollup rejection operations sent by the account
Number of tx rollup dispatch tickets operations sent by the account
Number of transfer ticket operations sent by the account
Number of increase_paid_storage operations sent by the account
Number of update_secondary_key operations sent by the account
Number of drain_delegate operations related to the account
Number of smart_rollup_add_messages operations related to the account
Number of smart_rollup_cement operations related to the account
Number of smart_rollup_execute_outbox_message operations related to the account
Number of smart_rollup_originate operations related to the account
Number of smart_rollup_publish operations related to the account
Number of smart_rollup_recover_bond operations related to the account
Number of smart_rollup_refute operations related to the account
Number of smart rollup refutation games related to the account
Number of active smart rollup refutation games related to the account
Number of staking operations related to the account
Number of autostaking operations related to the account
Number of staking updates related to the account
Number of set delegate parameters operations related to the account
Number of DAL publish commitment operations related to the account
Number of DAL entrapment evidences related to the account
Number of DAL attestation rewards related to the account
Block height of the first operation, related to the delegate (baker)
Block datetime of the first operation, related to the delegate (ISO 8601, e.g. 2020-02-20T02:40:57Z)
Height of the block in which the account state was changed last time
Datetime of the block in which the account state was changed last time (ISO 8601, e.g. 2020-02-20T02:40:57Z)
Level of the first block baked by the baker with the current software version
Datetime of the first block baked by the baker with the current software version
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED
DEPRECATED