RPC's Explained
The RPC settings explained
Name
The name that you want to assign to identify this RPC connection.
Normal RPC URL (http/https )
The standard URL for accessing the blockchain network's RPC endpoint.
Tx Optimized RPC URL (http/https)
A specialized RPC URL optimized for handling transactions
(only a few node providers have this so don't worry if you don't).
gRPC URL (http/https)
The URL for gRPC communication with the blockchain network, often used for faster and more efficient data communication.
WebSocket URL (ws/wss)
The URL for WebSocket communication, which enables real-time interaction with the blockchain network.
Last updated