Grove RPCGrove RPC
CA - live soon

Solana data, one fetch away

Query balances, accounts, tokens, and network state through clean REST endpoints. No SDK, no boilerplate.

Low Latency
Sub-50ms responses powered by premium Solana infrastructure
Clean REST API
No JSON-RPC boilerplate. Simple GET/POST endpoints that return clean JSON
Zero Setup
Works with fetch, curl, or any HTTP client. No SDK needed
Rich Responses
Pre-formatted data with human-readable values and metadata

Try it live

Select a method, enter a parameter, and hit Run.

GET/api/v1/balance/{address}Account

Returns the SOL balance of any wallet or account

All Endpoints

Every method available on your Grove RPC instance.

GET
/api/v1/balance/{address}

Returns the SOL balance of any wallet or account

GET
/api/v1/account-info/{address}

Full account metadata including owner, lamports, and data size

GET
/api/v1/token-accounts/{address}

All SPL token accounts held by a wallet address

GET
/api/v1/program-accounts/{address}

All accounts owned by a given program

POST
/api/v1/multiple-accounts

Batch fetch multiple accounts in a single request

GET
/api/v1/slot

Current slot the network is processing

GET
/api/v1/priority-fee

Recommended priority fees based on recent network activity

GET
/api/v1/rent-exemption/{size}

Minimum lamports needed to make an account rent-exempt

GET
/api/v1/largest-accounts

Top 20 accounts ranked by SOL balance