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.
- Base Website: https://base.orgBase RPC Gateway
*Supported Blockchains - tiers: 💎 Tier 1, ⭐ Tier 2, ✨ Tier 3
Don't have an API key?
Sign up to Dashboard and create your API keys today.
Get higher limits and use debugging tools.
Quick connection to Base
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