Ethereum API endpoints
Below is a list of Ethereum methods grouped by their context.
Getting Blocks
Retrieves information from a particular block in the blockchain.
Reading Transactions
Retrieves information on the state data for addresses regardless of whether it is a user or a smart contract.
Writing Transactions & EVM Execution
Allows developers to 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.
Chain Information
Returns information on the Ethereum network and internal settings.
Getting Uncles
Returns information on uncle blocks which are network rejected blocks and replaced by a canonical block instead.
Gas Estimation
Returns information on the Ethereum network gas estimates.
Web3
Returns Ethereum network configuration information.
Last updated