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.
Endpoint | Description |
---|---|
getAccounts | Get a list of all accounts on the Iota Network. |
getAccountsCount | Get the total number of accounts on the Iota Network. |
getAccountByHash | Get account details by address hash. |
getAccountBalance | Get the balances of all coin denominations that the queried account holds in their native denominations and in USD. |
getAccountObjects | Get a list of all objects owned by the queried account. |
getAccountTransactions | Get 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.
Endpoint | Description |
---|---|
getValidators | Get a list of all validators on the Sui Network. |
getValidatorsCommission | Get a chart showing the commission rate the queried validator charges from its delegators for staking services. |
getValidatorsByAddresses | Get details of multiple validator addresses. |
getValidatorsStake | Get a chart showing the stake amount the queried validator has. |