Endpoint
Standard Solana Methods
All standard Solana RPC methods are supported:getBalancegetLatestBlockhashgetMinimumBalanceForRentExemptionsendTransactiongetTransactiongetAccountInforequestAirdrop
Privora Extensions
| Method | Description |
|---|---|
submitFheData | Submit encrypted data |
getFheData | Retrieve encrypted data by hash |
getFhePublicKey | Get FHE public key |
sendTransaction (extended) | Send transaction with FHE data references |
Authentication
Currently no authentication required for devnet.Rate Limits
| Endpoint | Rate Limit |
|---|---|
| Read operations | 1000/min |
| Write operations | 100/min |
| FHE submissions | 50/min |