Guide
Copy Avalanche C-Chain chain ID and RPC URL
Avalanche C-Chain mainnet uses chain ID 43114 / 0xa86a, RPC URLhttps://api.avax.network/ext/bc/C/rpc, explorer https://snowscan.xyz, and AVAX as the gas token. Build generated Jul 20, 2026, 4:21 PM UTC; the source evidence snapshot is labeled July 4, 2026.
Quick settings
Avalanche C-Chain chain ID quick answer
Use 43114 / 0xa86a for Avalanche C-Chain mainnet, with RPC URLhttps://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/, with the copy-ready config at/status/avalanche-c-chain/#copy-ready-config. Verify the fields against the linked source docs before using them in a wallet, script, or app.
- Avalanche C-Chain chain ID 43114 / 0xa86a for wallet or RPC setup;
- the public RPC URL, explorer, gas token, and official/source docs together;
- wallet config text without connecting a wallet.
https://api.avax.network/ext/bc/C/rpcVerification record
Automated source snapshots and recorded probe evidence are tracked separately. The source snapshot timestamp is not a manual review date. This is not a live uptime, latency, or production reliability monitor. If a recorded public RPC probe fails, verify the source links and current endpoint availability before changing production configuration.
- Automated source snapshot
- Verification status
- Verified metadata
- Source snapshot run
source-monitoring-2026-07-04- Source snapshot tool
source-monitoring-refresh- Source set
- Avalanche docs
- Latest recorded chain ID probe
eth_chainIdmatched expected0xa86a; observed0xa86aon
Avalanche C-Chain wallet-add fields
Use these manual fields when comparing Main.net with wallet directory entries or source documentation before calling wallet_addEthereumChain.
- chainId
0xa86a(43114)- nativeCurrency
- AVAX; name AVAX, symbol AVAX, decimals 18
- rpcUrls
https://api.avax.network/ext/bc/C/rpc- blockExplorerUrls
- https://snowscan.xyz
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
- Official/source docs
- Avalanche docs
Avalanche C-Chain EIP-3085 config JSON
Ready-to-copy wallet_addEthereumChain parameters generated from the fields above. 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.
Avalanche C-Chain chain ID FAQ
- What is Avalanche C-Chain chain ID?
- Avalanche C-Chain mainnet uses chain ID 43114 / 0xa86a.
- What is the Avalanche C-Chain RPC URL?
- Avalanche C-Chain mainnet RPC URL is https://api.avax.network/ext/bc/C/rpc.
- Where can I copy Avalanche C-Chain wallet config?
- Use the Main.net status page copy path at /status/avalanche-c-chain/#copy-ready-config. It renders wallet_addEthereumChain JSON from the reviewed chain ID, RPC URL, explorer, and gas token fields.
- Where are the Avalanche C-Chain source docs?
- Avalanche C-Chain source links are listed on this page and on /status/avalanche-c-chain/. Verify them before using the settings in a wallet, script, or app.
Related references
Related Main.net references
Use these pages to check the same Avalanche C-Chain fields from the status page, chain ID list, and RPC list.