JSON-RPC

Direct protocol access with predictable behavior

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.

Request model

Requests are standard JSON-RPC POST payloads with jsonrpc, method, and optional params.

Authentication

Every request includes your API key via X-API-KEY. Limits and usage are enforced per key.

Operational visibility

Method-level traffic and error signals are visible in dashboard usage, making it easier to tune client behavior.

Common methods (examples)

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

Start using RVO today

Create a free API key and send requests immediately. Limits are explicit, upgrades are instant, and nothing is hidden.