Get account delegations

Get paginated list of delegations made by an account.

GET /accounts/{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