Base
The Base Network Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the next billion users to web3.
Base is built on Optimismβs open-source OP Stack. Base is built with the security and scalability you need to power your dapps. It leverages the underlying security of Ethereum and lets you confidently onramp into Base from Coinbase, Ethereum L1, and other interoperable chains.
info
All the examples in this section use an Ethereum endpoint. Make sure you replace it with your Base Mainnet endpoint (https://base-mainnet.blastapi.io/{project-id}) or Base Goerli endpoint (https://base-goerli.blastapi.io/{project-id}) when issuing the RPC calls.
- eth_blockNumber
- eth_call
- eth_chainId
- eth_estimateGas
- eth_feeHistory
- eth_gasPrice
- eth_getBalance
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_getProof
- eth_getCode
- eth_getLogs
- eth_getStorageAt
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionByHash
- eth_getTransactionCount
- eth_getTransactionReceipt
- eth_getUncleByBlockHashAndIndex
- eth_getUncleByBlockNumberAndIndex
- eth_getUncleCountByBlockHash
- eth_getUncleCountByBlockNumber
- eth_sendRawTransaction
- eth_subscribe
- eth_unsubscribe
- net_version
- net_listening
- net_peerCount
- web3_clientVersion
- web3_sha3