Centralized account info
The CentralizedAccountInfo
entity provides account information collected by the CSPR.cloud team for well-known accounts in the Casper ecosystem.
Properties
The CentralizedAccountInfo
entity has the following properties:
account_hash
string(64)
Account hash represented as a hexadecimal string
name
string
A known display name for the account
url
string
The top level domain URL that holds the account information
avatar_url
string
The URL of the account's avatar image
Example
{
"data": {
"account_hash": "02faaa3d8155039a88589d531f8107335476589c2e920980a6981f905671e20d",
"avatar_url": "https://casper-assets.s3.amazonaws.com/accounts/casper-association.png",
"name": "Casper Association - Developer grants",
"url": null
}
}
Optional properties
None
Relations
The CentralizedAccountInfo
entity has the following relations with other entities:
account_hash
Fungible token action sender and recipient accounts, as well as deploy caller accounts may have account info provided
account_hash
NFT action sender and recipient accounts, as well as deploy caller accounts may have account info provided
account_hash
Transfer sender and recipient accounts, as well as deploy caller accounts may have account info provided
Endpoints
The CentralizedAccountInfo
entity has the following endpoints:
Relation endpoints
None
Last updated