getLargestAccounts
Returns the 20 largest accounts, by lamport balance. Results may be cached up to two hours. This method uses 160 credits from your daily balance.
Parameters
config: (object) [optional] - Configuration object with the following options:commitment: (string) [optional] - The commitment level to use for the query. The default isfinalized. Possible values are:finalized- Queries the most recent block confirmed by a super majority of the cluster as having reached maximum lockout, meaning the cluster has recognized this block as finalized.confirmed- Queries the most recent block that has been voted on by a super majority of the cluster.processed- Queries its most recent block. The block may still be skipped by the cluster.
filter: (string) [optional] - Filters results by account type. Supported options arecirculatingandnonCirculating.