Get account by its identifier (public key or account hash)
None
None
auction_status
string
Account auction status: inactive_bidder
, active_bidder
, active_validator
, pending_validator
delegated_balance
uint64
Total funds delegated across all validators
staked_balance
uint64
Total funds staked as validator
undelegating_balance
uint64
Total undelegated funds that will be returned to the account main purse after the 7 era lockdown period
account_info
centralized_account_info
Account information available for known accounts provided by CSPR.cloud team
cspr_name
string
Primary CSPR.name of the account
provided by the account owner
The Account
entity represents the account observed in the network activity. For example, when the corresponding public key was passed as a deploy argument. Because of that, an Account
may not necessarily have a purse and on-chain balance.
The Account
entity has the following properties:
public_key
string(68)
Account public key represented as a hexadecimal string. Primary account identifier
account_hash
string(64)
32-byte hash of the public_key
represented as a hexadecimal string. Secondary account identifier
main_purse_uref
string(73)
Account main purse URef in the uref-dead...beef-007
format
balance
uint64
Account main purse balance in motes
Example
Depending on the endpoint some of the following optional properties may be included in the Account
entity:
auction_status
string
Account auction status: inactive_bidder
, active_bidder
, active_validator
, pending_validator
delegated_balance
uint64
Total funds delegated across all validators
staked_balance
uint64
Total funds staked as validator
undelegating_balance
uint64
Total undelegated funds that will be returned to the account main purse after the 7 era lockdown period
account_info
centralized_account_info
Account information available for known accounts provided by CSPR.cloud team
cspr_name
string
Primary CSPR.name of the account
The Account
entity has the following relations with other entities:
account_hash
public_key
Account can be a bidder in the auction
owner_public_key
Account can deploy contracts to the network
caller_public_key
Account can call deploys on the network
proposer_public_key
Account can have delegations to validators
public_key
Account can receive delegator rewards
owner_hash
Account can own fungible tokens
from_hash
, to_hash
Account can be on the sending or receiving end of a fungible token action
owner_hash
Account can own NFTs
from_hash
, to_hash
Account can be on the sending or receiving end of a fungible token action
owner_hash
Account can own multiple NFTs in one NFT contract
initiator_account_hash
, to_account_hash
Account can initiate transfers and be a transfer recipient
public_key
Account can be a validator
The Account
entity has the following endpoints:
The Account
entity has the following relation endpoints:
Get the paginated list of accounts
account_hash
Comma-separated list of account hashes
balance
Sort accounts by the main purse balance
total_balance
Sort accounts by the total account balance, including the delegated funds
Default sorting is total_balance DESC
auction_status
string
Account auction status: inactive_bidder
, active_bidder
, active_validator
, pending_validator
delegated_balance
uint64
Total funds delegated across all validators
staked_balance
uint64
Total funds staked as validator
undelegating_balance
uint64
Total undelegated funds that will be returned to the account main purse after the 7 era lockdown period
account_info
centralized_account_info
Account information available for known accounts provided by CSPR.cloud team
cspr_name
string
Primary CSPR.name of the account
provided by the account owner
Account can have account info data if provided by the owner to the
provided by the account owner