Accounts
Returns a list of accounts.
Filters by internal id.
Filters by address.
Filters accounts by type (user
, delegate
, contract
, rollup
, smart_rollup
, ghost
).
Filters accounts by contract kind (delegator_contract
or smart_contract
)
Filters accounts by delegate. Allowed fields for .eqx
mode: none.
Filters accounts by balance
Filters accounts by participation in staking
Filters accounts by last activity level (where the account was updated)
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 delegators by specified field. Supported fields: id
(default), balance
, rollupBonds
, firstActivity
, lastActivity
, numTransactions
, numContracts
.
Specifies which or how many items should be skipped
Maximum number of items to return
100
Returns an account with the specified address.
Account address
If true
(by default), the metadata
field will contain tzkt profile info, or TZIP-16 metadata otherwise. This is a part of a deprecation mechanism, allowing smooth migration.
true