dig RPC

The network-wide interface for reading content from hosted DigStore .dig capsules.

This is a JSON-RPC 2.0 endpoint spoken over HTTPS POST — not a browseable site. It serves ciphertext + inclusion & execution proofs by retrieval key, whole capsules by (store_id, root), the public discovery manifest, and store metadata — streamed in chunks, blind by construction, verified and decrypted entirely client-side. Any node on the network speaks it identically.

curl -s https://rpc.dig.net -X POST -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"dig.health"}'

Methods:

Read the dig RPC docs →

DIG Network · docs.dig.net