Guide
Avalanche C-Chain chain ID and RPC URL
Avalanche C-Chain mainnet uses chain ID 43114 / 0xa86a, RPC URL
https://api.avax.network/ext/bc/C/rpc, explorer https://snowscan.xyz,
and AVAX as the gas token.
Answer first
Avalanche C-Chain chain ID quick answer
Use 43114 / 0xa86a for Avalanche C-Chain mainnet, with RPC URL
https://api.avax.network/ext/bc/C/rpc, explorer https://snowscan.xyz,
and AVAX as the gas token. The canonical indexed page for this chain is
/status/avalanche-c-chain/.
https://api.avax.network/ext/bc/C/rpc Avalanche C-Chain mainnet settings
- RPC URL
https://api.avax.network/ext/bc/C/rpc- Explorer
- https://snowscan.xyz
- Chain ID
- 43114
- Chain ID hex
0xa86a- Currency symbol
- AVAX
- Source docs
- Avalanche docs
Avalanche C-Chain EIP-3085 config JSON
Text-only wallet_addEthereumChain parameters generated from reviewed fields.
Main.net does not connect wallets or request permissions.
Review source documentation before using this in an app or wallet flow.
{
"chainId": "0xa86a",
"chainName": "Avalanche C-Chain",
"nativeCurrency": {
"name": "AVAX",
"symbol": "AVAX",
"decimals": 18
},
"rpcUrls": [
"https://api.avax.network/ext/bc/C/rpc"
],
"blockExplorerUrls": [
"https://snowscan.xyz"
]
} Official docs and source links
Main.net links to source documentation for verification. It does not rank RPC providers or make uptime, latency, privacy, or production reliability claims about public endpoints.
Setup caution
Avalanche distinguishes C-Chain chain ID from other Avalanche network identifiers. Confirm the RPC path includes /ext/bc/C/rpc before configuring EVM tooling.
Always verify important details in official documentation before configuring software that may sign transactions. Use the status page copy path for the current reviewed config: /status/avalanche-c-chain/#copy-ready-config.