JSON-RPC
RVO JSON-RPC gives direct method-level access for Solana integrations. Requests follow standard JSON-RPC format with API key authentication, explicit quotas, and transparent error handling.
All standard Solana JSON-RPC methods are available. The methods listed below are common examples, not a restricted subset.
Requests are standard JSON-RPC POST payloads with jsonrpc, method, and optional params.
Every request includes your API key via X-API-KEY. Limits and usage are enforced per key.
Method-level traffic and error signals are visible in dashboard usage, making it easier to tune client behavior.
getHealth Basic endpoint health check
getSlot Latest slot
getLatestBlockhash Recent blockhash for tx building
getBalance Balance for an account
getAccountInfo Parsed account state
sendTransaction Submit signed transactions
Ready when you are
Create a free API key and send requests immediately. Limits are explicit, upgrades are instant, and nothing is hidden.