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:

Property
Type
Description

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:

Entity
Mapping property
Description

account_hash

Account info provides information about an account

account_hash

Bidder accounts may have account info provided

account_hash

Block proposer accounts may have account info provided

account_hash

Contract package owners may have account info provided

account_hash

CSPR.name resolution target accounts may have account info provided

account_hash

Both delegators and validators may have account info provided

account_hash

Both delegators and validators may have account info provided

account_hash

Fungible token action sender and recipient accounts, as well as deploy caller accounts may have account info provided

account_hash

Fungible token owner accounts may have account info provided

account_hash

Fungible token owner 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

NFT owner accounts may have account info provided

account_hash

Transfer sender and recipient accounts, as well as deploy caller accounts may have account info provided

account_hash

Validator accounts may have account info provided

Endpoints

The CentralizedAccountInfo entity has the following endpoints:

Relation endpoints

None

Last updated