getLargestAccounts
Returns the 20 largest accounts, by lamport balance.
Path parameters
apiKey
Request
This endpoint expects an object.
Configuration
Optional configuration object.
Response
An array of objects containing the address of the account and its lamport balance.
address
Address of the account.
lamports
Number of lamports in the account.