getLargestAccounts

Returns the 20 largest accounts, by lamport balance.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
ConfigurationobjectRequired

Optional configuration object.

Response

An array of objects containing the address of the account and its lamport balance.

addressstringOptional

Address of the account.

lamportsintegerOptional

Number of lamports in the account.