Grove RPCQuery balances, accounts, tokens, and network state through clean REST endpoints. No SDK, no boilerplate.
Select a method, enter a parameter, and hit Run.
Every method available on your Grove RPC instance.
/api/v1/balance/{address}Returns the SOL balance of any wallet or account
/api/v1/account-info/{address}Full account metadata including owner, lamports, and data size
/api/v1/token-accounts/{address}All SPL token accounts held by a wallet address
/api/v1/program-accounts/{address}All accounts owned by a given program
/api/v1/multiple-accountsBatch fetch multiple accounts in a single request
/api/v1/slotCurrent slot the network is processing
/api/v1/priority-feeRecommended priority fees based on recent network activity
/api/v1/rent-exemption/{size}Minimum lamports needed to make an account rent-exempt
/api/v1/largest-accountsTop 20 accounts ranked by SOL balance