Get accounts
Get the paginated list of accounts
Query params
Query param
Description
account_hash
Comma-separated list of account hashes
Sorting
Property
Description
balance
Sort accounts by the main purse balance
total_balance
Sort accounts by the total account balance, including the delegated funds
Default sorting is total_balance DESC
Optional properties
Property
Type
Description
auction_status
string
Account auction status: inactive_bidder
, active_bidder
, active_validator
, pending_validator
delegated_balance
uint64
Total funds delegated across all validators
staked_balance
uint64
Total funds staked as validator
undelegating_balance
uint64
Total undelegated funds that will be returned to the account main purse after the 7 era lockdown period
Response
Example
Last updated