BNB Smart Chain RPC with high throughput and low fees. The most popular EVM chain by daily active addresses. Ideal for DeFi, GameFi, and high-volume applications.
<35ms
Avg latency
99.95%
Uptime SLA
5
Global regions
50K
Free requests/mo
eth_calleth_getBalanceeth_getLogseth_getTransactionReceipteth_subscribeFull method list available in the RPC documentation.
import { createPublicClient, http } from 'viem'
import { bsc } from 'viem/chains'
const client = createPublicClient({
chain: bsc,
transport: http('https://rpc.kubernodes.com/bnb-chain?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.