getLargestAccounts RPC Method
Returns the 20 largest accounts, by lamport balance (results may be cached up to two hours)
Parameters
object
optional
Configuration object containing the following fields:
commitment string
optional
filter string
optional
filter results by account type
Values: circulating
nonCirculating
Result
The result will be an RpcResponse JSON object with value
equal to an array of
<object>
containing:
address: <string>
- base-58 encoded address of the accountlamports: <u64>
- number of lamports in the account, as a u64