Skip to main content
The Account Service provides read and key management operations for Solana accounts. No state mutation occurs — FundNative is the exception and is devnet-only. All address fields are Base58-encoded strings.

Methods

MethodDescription
GetAccountFetch an account’s SOL balance, owner, and on-chain data.
GenerateNewKeyPairGenerate a new Ed25519 keypair, optionally deterministic from a seed.
FundNativeAirdrop SOL to an account on devnet.
GetTokenAccountBalanceGet the raw token balance of a token holding account.
GetAssociatedTokenAddressDerive the associated token account address (PDA) for a wallet and mint pair.