Introdaction
Getting Started
RPC Endpoints
WebSocket Support
🔒 Secure Connections: TLS Encryption
Protecting data transmission between clients and InstantNodes' RPC nodes is crucial for ensuring security and network integrity. Here’s how we achieve it:
TLS Encryption
✅ End-to-end encryption – All RPC traffic is secured using TLS to prevent interception.
✅ TLS 1.2+ enforced – Only modern, secure protocols are supported.
Best Practices
🔹 Always verify TLS certificates before establishing a connection.
🔹 Regularly update API keys to enhance security.