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 of delegator public key

validator_account_info

Account info of validator public key

Response

PaginatedResponse<Delegation>

Example

Last updated