Get validator delegations

Get paginated list of delegations made to a validator.

GET /validators/{public_key}/delegations

Query params

None

Sorting

Property
Description

stake

Sort by stake amount

Default sorting is stake DESC

Optional properties

Property
Type
Description

account_info

Account info provided by the delegator

validator_account_info

Account info provided by the validator

centralized_account_info

Account information available for known accounts provided by CSPR.cloud team

bidder

Bidder auction info of the validator

cspr_name

string

Primary CSPR.name of the account

validator_cspr_name

string

Primary CSPR.name of the validator account

Response

PaginatedResponse<Delegation>

Example

Last updated