Fundamentals
Privacy
What the endpoint logs and what it does not.
What we log
The endpoint collects the following data points for operational metrics:
| Data | Logged | Purpose |
|---|---|---|
| JSON-RPC method name | Yes | Per-method request counters and latency tracking |
| HTTP status code | Yes | Error rate monitoring |
| Request latency | Yes | Performance monitoring |
| Source IP address | No | The endpoint does not see end-user IP addresses |
| Request body | No | Addresses, transaction data, and call parameters are never logged |
| Response body | No | Balances, contract state, and query results are never logged |
| Headers | No | No user-agent, referrer, or custom headers are stored |
Metrics are held in volatile memory and reset on restart. They are not written to disk or sent to any third party.
What we do not have access to
- Your IP address
- Your wallet addresses
- Your transaction data
- Your contract call parameters
- Any correlation between requests
Cloudflare
All traffic to rpc.pulsechain.box passes through Cloudflare's network. Cloudflare terminates TLS at their edge and forwards requests to our origin.
Cloudflare may collect and retain connection metadata (source IP, timestamps, request size) in accordance with their own privacy policy and applicable law. This is outside our control.
Cloudflare's privacy policy: https://www.cloudflare.com/privacypolicy/
If you require a connection that does not traverse Cloudflare, this endpoint cannot provide that guarantee.
