Skip to main content
The Privora sequencer exposes a JSON-RPC API compatible with Solana, plus additional methods for FHE data.

Endpoint

http://localhost:8899

Standard Solana Methods

All standard Solana RPC methods are supported:
  • getBalance
  • getLatestBlockhash
  • getMinimumBalanceForRentExemption
  • sendTransaction
  • getTransaction
  • getAccountInfo
  • requestAirdrop

Privora Extensions

MethodDescription
submitFheDataSubmit encrypted data
getFheDataRetrieve encrypted data by hash
getFhePublicKeyGet FHE public key
sendTransaction (extended)Send transaction with FHE data references

Authentication

Currently no authentication required for devnet.

Rate Limits

EndpointRate Limit
Read operations1000/min
Write operations100/min
FHE submissions50/min