List of all Base API endpoints
Base API Endpoints by use case
- Getting Blocks
- Reading Transactions
- Writing Transactions & EVM Execution
- Account Information
- Event Logs
- Chain Information
- Getting Uncles
- Gas Estimation
Available Enhanced APIs
Getting Blocks
Retrieves information from a particular block in the blockchain.
- eth_blockNumber
- eth_getBlockByNumber
- eth_getBlockByHash
- eth_getBlockTransactionCountByNumber
- eth_getBlockTransactionCountByHash
Reading Transactions
Retrieves information on the state data for addresses regardless of whether it is a user or a smart contract.
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionCount
- eth_getTransactionByHash
- eth_getTransactionReceipt
Writing Transactions & EVM Execution
Allows developers to both send ETH from one address to another, write data on-chain, and interact with smart contracts.
Account Information
Returns information regarding an address's stored on-chain data.
Event Logs
Returns logs which are records that denote/provide context on specific events within a smart contract, like a token transfer or a change of ownership for example.
- eth_getLogs
- eth_newFilter
- eth_newBlockFilter
- eth_newPendingTransactionFilter
- eth_getFilterLogs
- eth_getFilterChanges
- eth_uninstallFilter
Chain Information
Returns information on the Base network and internal settings.
Getting Uncles
Returns information on uncle blocks which are network rejected blocks and replaced by a canonical block instead.
- eth_getUncleByBlockHashAndIndex
- eth_getUncleByBlockNumberAndIndex
- eth_getUncleCountByBlockHash
- eth_getUncleCountByBlockNumber
Gas Estimation
Available Enhanced APIs
NFT API
Transfers API
Mainnet and Goerli Only |
---|
- ERC20 Transfers - ERC1155 Transfers - ERC721 Transfers - External Transfers |
Token API
All Networks |
---|
- alchemy_getTokenBalances - alchemy_getTokenMetadata |
Notify API
All Networks |
---|
- Mined Transaction Webhook - Dropped Transaction Webhook - Address Activity Webhook - Custom Webhooks |