Accounts

Account and validator reference, endpoint descriptions, and links.

Accounts

An account on Iota Mainnet is not an object itself but an entity that can own objects: coins, NFTs, domain names, etc.

Iotascan shows a list of all accounts on the Iota Mainnet.

The following endpoints are available for accounts on Blockberry.

EndpointDescription
getAccountsGet a list of all accounts on the Iota Network.
getAccountsCountGet the total number of accounts on the Iota Network.
getAccountByHashGet account details by address hash.
getAccountBalanceGet the balances of all coin denominations that the queried account holds in their native denominations and in USD.
getAccountObjectsGet a list of all objects owned by the queried account.
getAccountTransactionsGet a list of all transaction blocks run by the queried account.

Validators

Validators are accounts that process and validate transactions by signature.

The following endpoints are available for validators on Blockberry.

EndpointDescription
getValidatorsGet a list of all validators on the Sui Network.
getValidatorsCommissionGet a chart showing the commission rate the queried validator charges from its delegators for staking services.
getValidatorsByAddressesGet details of multiple validator addresses.
getValidatorsStakeGet a chart showing the stake amount the queried validator has.