Get account infos
account_hash
[]string
Comma-separated list of account hashes
To overcome the URL length limitations of the GET request, it's possible to use the POST endpoint:
None
None
PaginatedResponse
<AccountInfo>
Get account info by account hash.
None
None
None
The AccountInfo
entity represents a record of an account along with related metadata in the context of the Casper Account Info Standard. This entity is parsed from the Casper Account Info Contract and stores a denormalized representation of the data from this contract.
The AccountInfo
entity has the following properties:
account_hash
string(64)
Account hash represented as a hexadecimal string
url
string
The top level domain URL for an account information
is_active
boolean
Status describes whether account info active or not
info
JSON
deploy_hash
string(64)
verified_account_hashes
[]string
List of verified account hashes represented as a hexadecimal string
created
datetime
Account info creation timestamp
updated
datetime
Account info last update timestamp
Example
None
The AccountInfo
entity has the following relations with other entities:
account_hash
Account info is related to an account
deploy_hash
Contracts are deployed to the network with a deploy call.
The AccountInfo
entity has the following endpoints:
None
JSON representation of account info data, related to
Hash of the deploy that deployed the to the network represented as a hexadecimal string