curl -H 'content-type:application/json' -d '{"id": 1, "jsonrpc": "2.0", "method": "eth_blockNumber"}' 'https://base.api.onfinality.io/public'https://base.api.onfinality.io/public* The public endpoint is rate limited
ArchiveTrace
Hong KongFranceN.Virginia
Only pay for what you need.
Build on Base with OnFinality RPC endpoints for Ethereum L2 applications. Base is an OP Stack L2 incubated by Coinbase, and many teams use it for lower-cost EVM apps, wallets, DeFi products, consumer experiences, and backend services.
Base RPC endpoints let applications read chain state, call contracts, submit signed transactions, query logs, and monitor receipts using familiar EVM tooling. The endpoint choice becomes more important when your app moves from a prototype to real user traffic.
Common workloads include:
Start with eth_blockNumber, then check eth_call, transaction submission, receipt polling, log queries, wallet switching, and any backend jobs that may run during peak traffic.
Use Base Sepolia for staging deployments and wallet flows, then repeat the same checks on Base mainnet before user traffic. Keep an eye on request limits, timeouts, and whether your team needs stronger monitoring or dedicated capacity.
Next steps:
Base builders are often shipping consumer apps, wallets, DeFi tools, or backend services, so the page should answer how to connect and when to plan for stronger isolation.
Best fit: mainnet production workflows for wallet flows, contract apps, and live backends.
What builders usually check first:
Supported capability notes:
Decision notes:
A quick connection check usually starts with eth_blockNumber, then moves into the exact methods your wallet, dashboard, bot, indexer, or backend service needs.
Planning the next step:
Next steps:
OnFinality takes away the heavy lifting of DevOps so you can build smarter and faster.
Get Started