JSON API
RVO JSON API provides stable request and response contracts for explorer and dashboard-style workloads. You keep API-key based control, explicit limits, and observable behavior, without building raw JSON-RPC payloads manually.
All requests are HTTP POST with JSON body and API key authentication. Successful responses return an ok: true envelope.
Use /v1/group to run multiple operations in one call with per-item status and errors.
JSON routes use the same API key, quota, and rate-limit framework as RPC. Behavior is explicit and measurable in the dashboard.
POST /v1/meta Compact dashboard payload
POST /v1/transaction Parsed transaction by signature
POST /v1/address Balance and signatures for an address
POST /v1/block Block data by slot
POST /v1/slot Latest slot
POST /v1/balance Balance for an address
POST /v1/signatures Recent signatures for an address
POST /v1/latest-blockhash Latest blockhash with context
POST /v1/group Multiple operations in one request
Ready when you are
Create a free API key and send requests immediately. Limits are explicit, upgrades are instant, and nothing is hidden.