getLargestAccounts

Returns the 20 largest accounts, by lamport balance.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
ConfigurationobjectOptional
Optional configuration object.

Response

An array of objects containing the address of the account and its lamport balance.
addressstring or null
Address of the account.
lamportsinteger or null
Number of lamports in the account.