ETCMCv2

Public ETC RPC

Free Ethereum Classic JSON-RPC. HTTP only. This node never unlocks a wallet.

Checking
https://rpc.etcmc.xyz
Chain ID
61
Block
APIs
eth · net · web3
eth_getLogs
≤ 5000 blocks
curl -sS https://rpc.etcmc.xyz \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
# → {"result":"0x3d"}  (61, Ethereum Classic)

Rate limited per IP. Include eth_sendRawTransaction. Be a good neighbor.