HTTP Methods
getBalance
Returns the lamport balance of the account of provided Pubkey.
POST
getBalance
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 Pubkey of the account to query (base-58 encoded string).
The commitment level for the request.
processedconfirmedfinalized
The minimum slot at which the request can be evaluated.
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getBalance Parameters for the request.
The Pubkey of the account to query (base-58 encoded string).
Example:
"83astBRguLMdt2h5U1Tpdq5tjFoJ6noeGwaY3mDLVcri"
Previous
getBlockReturns identity and transaction information about a confirmed block in the ledger.
Next
getBalance