Explore Base, a new Layer 2 blockchain built to enhance scalability and security. Discover its potential for dApps, DeFi, and more.
The Base RPC documentation offers developers a comprehensive guide to interact with the Base Layer 2 network, built on the Optimism stack. Through its detailed API endpoints, developers can query blockchain data, manage accounts, submit transactions, and interact with Ethereum-compatible smart contracts. Base is designed to enhance Ethereum’s scalability by providing faster transaction times and lower fees, while still maintaining security. This documentation supports developers in building and migrating dApps, with examples and best practices for seamless integration.
– Related: 📚 Supported Blockchains • 🌐 RPC Nodes → Base • 🔗 Official Base Website
Blockchain RPC Gateway for Base
Connect to Base and Fetch the Latest Block
This widget lets you instantly query the latest block height (or equivalent) for Base using a chain-specific RPC method like eth_blockNumber, getblockcount, or getBlockHeight. Useful for connectivity checks, uptime monitoring, or API testing.
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Retrieve Base Node Status or Client Version via RPC
Use this pre-configured request to get version or status information for your connected Base node. Whether it's web3_clientVersion, getblockchaininfo, or chain-specific endpoints, the method is optimized for each supported blockchain.
Available Base interfaces
Base - JSON-RPC
- debug_traceblockbyhash
- debug_tracecall
- eth_getblocktransactioncountbynumber
- eth_chainid
- eth_call
- eth_gettransactionbyhash
- eth_getblocktransactioncountbyhash
- eth_sendrawtransaction
- eth_gettransactionbyblocknumberandindex
- eth_getcode
- txpool_status
- txpool_inspect
- eth_gettransactionbyblockhashandindex
- eth_blocknumber
- debug_tracetransaction
- eth_gettransactionreceipt
- eth_maxpriorityfeepergas
- eth_getunclecountbyblockhash
- eth_estimategas
- eth_getblockbyhash
- debug_traceblock
- txpool_content
- eth_getbalance
- eth_gasprice
- eth_getunclecountbyblocknumber
- eth_getlogs
- debug_storagerangeat
- debug_getbadblocks
- eth_getstorageat
- eth_gettransactioncount
- eth_getblockbynumber
- debug_traceblockbynumber
- web3_clientversion
- eth_getproof
- eth_feehistory
Base - Tatum API
- Generate Base wallet
- Generate Base account address from Extended public key
- Generate Base private key
- Web3 HTTP driver
- Get current block number
- Get Base block by hash
- Get the BASE balance of an Base account
- Get Base Transaction
- Get count of outgoing Base transactions
- Send BASE or fungible tokens (ERC-20) from account to account
- Invoke a method in a smart contract on Base
- Broadcast signed Base transaction