Account and validator reference, endpoint descriptions, and links.
An account on Iota 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 Network.
The following endpoints are available for accounts on Blockberry.
Endpoint | Description |
---|---|
getAccounts | Get a list of all accounts on the Iota Network. |
getAccountStats | Get key statistics of the queried account: balance in Iota, the total number of owned coin denominations, NFTs, collections, and unclassified objects. |
getAccountsCount | Get the total number of accounts on the Iota Network. |
getAccountByHash | Get account details by address hash. |
getAccountActivity | Get all transactions in which the queried account was involved either as a sender or a receiver. |
getAccountBalance | Get the balances of all coin denominations that the queried account holds in their native denominations and in USD. |
getAccountObject | 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 are accounts that process transactions. The following endpoints are available for validators on Blockberry.
Endpoint | Description |
---|---|
getValidators | Get a list of all validators on the Iota Network. |
getValidatorsCommission | Get a chart showing the commission rate the queried validator charges from its delegators for staking services. |
getValidatorsByAddresses | Get details of multiple validators' addresses. |
getValidatorsStake | Get a chart showing the stake amount the queried validator has. |
getValidatorByAddress | Get validator details by address. |
getDelegationsByValidator | Get a list of all delegations made to the queried validator. |
getDelegatorsByValidator | Get a list of all accounts that delegated Iota funds to the queried validator. |
isValidatorExist | Check if the queried account is a validator. |