HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

GetDelegatedResourceAccountIndexV2

In Stake2.0, query the resource delegation index of an account. Two lists will return, one is the list of addresses the account has delegated its resources(toAddress), and the other is the list of addresses that have delegated resources to the account(fromAddress).

Returns

FieldTypeDescription
accountstringAccount address.
fromAccountsstring[]A list of account addresses that delegate resources to this account.
toAccountsstring[]List of account addresses that receive resources delegated by this account.
Language
Click Try It! to start a request and see the response here!