Carbon EVM JSON-RPC

The Carbon EVM provides EVM-compliant JSON-RPCs endpoints that allows interactaction with the EVM like any other EVM chain.

This allows clients to send Ethereum-formatted transactions or use Web3 libraries to query the chain.

Carbon supports JSON-RPC over HTTP and WebSocket.

For the complete list of Ethereum JSON-RPC methods, click here.

Endpoints

HTTP

Mainnet: https://evm-api.carbon.network

Testnet: https://test-evm-api.carbon.network

WebSockets

Mainnet: wss://evm-ws.carbon.network

Testnet: wss://test-evm-ws.carbon.network

Last updated