🤔 Got questions? Schedule an office hours session.
Node RPC
Immutable TestnetImmutable Testnet

Immutable Testnet



Connect to the Immutable Testnet network via HTTP or WebSocet protocols.

HTTP

To send request to Node RPC via a HTTP connection, initialize your client using the following URL. The access token is automatically appended to the URL when you copy it from the Dashboard.

https://immutable-testnet.gateway.tenderly.co/$TENDERLY_NODE_ACCESS_KEY

WebSocket

WebSockets let your app instantly get updates about transactions and blocks from Node RPC, without having to keep asking for the latest data. This way, your app finds out about changes on the blockchain faster and more efficiently.

Connect your dapp to Node RPC using this URL:

wss://immutable-testnet.gateway.tenderly.co/$TENDERLY_NODE_ACCESS_KEY

Integrations

Connect to the Immutable Testnet through Node RPC using popular libraries. See all integration guides.