Centralized account info

The CentralizedAccountInfo entity provides account information collected by CSPR.cloud team for the well-known accounts in the Casper ecosystem.

Properties

The CentralizedAccountInfo entity has the following properties:

PropertyTypeDescription

account_hash

string(64)

Account hash represented as a hexadecimal string

name

string

Account name

url

string

Website URL associated with the account

avatar_url

string

Account avatar URL

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:

EntityMapping propertyDescription

account_hash

Account info is related to an account

Endpoints

The CentralizedAccountInfo entity has the following endpoints:

Relation endpoints

None

Last updated