All the API endpoints supported on World Chain
API Endpoints by Use Case
- Getting Blocks
- Reading Transactions
- Writing Transactions & EVM Execution
- Account Information
- Event Logs
- Chain Information
- Gas Estimation
- Web3
- Rundler
- Debug
- Token
Getting Blocks
Retrieves information from a particular block in the blockchain.
- eth_getBlockByHash
- eth_getBlockByNumber
- eth_blockNumber
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
Reading Transactions
Retrieves information on transactions within a block or the state of the blockchain.
- eth_getTransactionByHash
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionReceipt
- eth_getTransactionCount
Writing Transactions & EVM Execution
Allows developers to 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 specific events within a smart contract.
- eth_getLogs
- eth_getFilterLogs
- eth_getFilterChanges
- eth_newBlockFilter
- eth_newFilter
- eth_uninstallFilter
Chain Information
Returns information on the network and internal settings.
Gas Estimation
Returns information on network gas estimates.
Web3
Returns network configuration information.
Rundler
Methods supported by Alchemy's Bundler
- eth_getUserOperationReceipt
- eth_sendUserOperation
- eth_estimateUserOperationGas
- eth_getUserOperationByHash
- eth_supportedEntryPoints
- alchemy_requestGasAndPaymasterAndData
- alchemy_requestPaymasterAndData
- pm_getPaymasterStubData
- pm_getPaymasterData
Debug
Debug APIs for deeper transaction insights
Token
Token related enhanced Alchemy endpoints