Avalanche C-Chain RPC with sub-second finality. EVM-compatible with high throughput for gaming, DeFi, and enterprise subnets.
<40ms
Avg latency
99.95%
Uptime SLA
5
Global regions
50K
Free requests/mo
eth_calleth_getBalanceeth_getLogsavax.getAtomicTxeth_subscribeFull method list available in the RPC documentation.
import { createPublicClient, http } from 'viem'
import { avalanche } from 'viem/chains'
const client = createPublicClient({
chain: avalanche,
transport: http('https://rpc.kubernodes.com/avalanche?apiKey=YOUR_KEY'),
})
const blockNumber = await client.getBlockNumber()
console.log('Latest block:', blockNumber)Get a free API key with 50,000 requests per month. No credit card required. Upgrade anytime as your project grows.