getAccountInfo
POST — JSON-RPC Returns all information associated with the account of the provided Pubkey.Account Pubkey as a base-58 encoded string.
Configuration object:
encoding(string) —base58,base64,base64+zstd,jsonParseddataSlice(object) —{ offset: number, length: number }to limit returned datacommitment(string) — commitment level
getBalance
POST — JSON-RPC Fetches the lamport balance of the account associated with the provided Pubkey.Account Pubkey as a base-58 encoded string.
Configuration object with
commitment and minContextSlot.getMultipleAccounts
POST — JSON-RPC Returns the account information for a list of Pubkeys (up to 100).Array of Pubkeys as base-58 encoded strings (max 100).
Configuration object with
encoding, commitment, dataSlice, minContextSlot.getProgramAccounts
POST — JSON-RPC Returns all accounts owned by the provided program Pubkey.Program Pubkey as a base-58 encoded string.
Configuration object:
encoding(string) — data encoding formatcommitment(string) — commitment levelfilters(array) — filter criteria (memcmpordataSize)dataSlice(object) — limit returned datawithContext(boolean) — wrap result in contextminContextSlot(integer) — minimum slot for evaluation
