HTTP Methods
getLargestAccounts
Returns the 20 largest accounts, by lamport balance (results may be cached up to two hours).
POST
getLargestAccounts
Request Parameters
The commitment level for the request.
confirmedfinalized
Filter results by account type - either all circulating SOL accounts or only special non-circulating reserve accounts.
circulatingnonCirculating
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getLargestAccounts Example:
"getLargestAccounts"
Optional configuration object for filtering accounts.
Previous
getLatestBlockhashReturns the latest Solana blockhash required for constructing fresh transactions. Blockhashes expire after ~150 slots — fetch one just before signing to maximize the inclusion window.
Next
getLargestAccounts