Get paginated list of delegations made by an account.
None
stake
Sort by stake amount
Default sorting is stake DESC
account_info
validator_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 Delegation
entity represents a record of a delegation transaction in the context of Casper Network Staking vs. Delegating process
The Delegation
entity has the following properties:
public_key
string(68)
Public key of the delegator represented as a hexadecimal string
validator_public_key
string(68)
Public key of the validator represented as a hexadecimal string
stake
string
Delegation amount in motes. The type is string to avoid overflow in languages that don't support uint64, which is the correct type.
bonding_purse
string(72)
URef of the purse from which the delegation was made in the uref-dead...beef-007
format
Example
Depending on the endpoint some of the following optional properties may be included in the Delegation
entity:
account_info
validator_account_info
cspr_name
string
Primary CSPR.name of the account
The Delegation
entity has the following relations with other entities:
public_key
Delegations are made by accounts
validator_public_key
Validators can be delegated to
The Delegation
entity has the following endpoints:
None
provided by the delegator
provided by the validator
provided by the delegator
provided by the validator
Get paginated list of delegations made to a validator.
None
stake
Sort by stake amount
Default sorting is stake DESC
account_info
validator_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 delegator
provided by the validator