HTTP Methods
getLargestAccounts
Returns the 20 largest accounts, by lamport balance (results may be cached up to two hours).
POST
getLargestAccounts
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
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