CipherCipherStart building
Integration

API Reference

JSON-RPC and gRPC surface exposed by the Cipher node.

Endpoints

EndpointDefault portUse
JSON-RPC8899Wallet, explorer, integrations
gRPC8900Validator-to-validator and high-throughput clients
/metrics9100Prometheus scrape
/health, /ready9101Liveness and readiness probes

Methods

  • cipher_getMerkleRoot — current pool root
  • cipher_submitProof — submit a Groth16 proof for verification
  • cipher_getNote — fetch an encrypted output note by index
  • cipher_validators — list active validators with reputation

Errors

Errors follow JSON-RPC 2.0. Application-level codes are stable across releases; transport-level codes use the standard set.