# Ethereum

- [Overview](/v1/ethereum/overview.md)
- [Execution API](/v1/ethereum/execution-api.md)
- [eth\_accounts](/v1/ethereum/execution-api/eth_accounts.md)
- [eth\_blockNumber](/v1/ethereum/execution-api/eth_blocknumber.md)
- [eth\_call](/v1/ethereum/execution-api/eth_call.md)
- [eth\_chainId](/v1/ethereum/execution-api/eth_chainid.md)
- [eth\_estimateGas](/v1/ethereum/execution-api/eth_estimategas.md)
- [eth\_gasPrice](/v1/ethereum/execution-api/eth_gasprice.md)
- [eth\_getBalance](/v1/ethereum/execution-api/eth_getbalance.md)
- [eth\_getBlockByHash](/v1/ethereum/execution-api/eth_getblockbyhash.md)
- [eth\_getBlockByNumber](/v1/ethereum/execution-api/eth_getblockbynumber.md)
- [eth\_getBlockTransactionCountByHash](/v1/ethereum/execution-api/eth_getblocktransactioncountbyhash.md)
- [eth\_getBlockTransactionCountByNumber](/v1/ethereum/execution-api/eth_getblocktransactioncountbynumber.md)
- [eth\_getCode](/v1/ethereum/execution-api/eth_getcode.md)
- [eth\_getFilterChanges](/v1/ethereum/execution-api/eth_getfilterchanges.md)
- [eth\_getFilterLogs](/v1/ethereum/execution-api/eth_getfilterlogs.md)
- [eth\_getLogs](/v1/ethereum/execution-api/eth_getlogs.md)
- [eth\_getStorageAt](/v1/ethereum/execution-api/eth_getstorageat.md)
- [eth\_getTransactionByBlockHashAndIndex](/v1/ethereum/execution-api/eth_gettransactionbyblockhashandindex.md)
- [eth\_getTransactionByBlockNumberAndIndex](/v1/ethereum/execution-api/eth_gettransactionbyblocknumberandindex.md)
- [eth\_getTransactionByHash](/v1/ethereum/execution-api/eth_gettransactionbyhash.md)
- [eth\_getTransactionCount](/v1/ethereum/execution-api/eth_gettransactioncount.md)
- [eth\_getTransactionReceipt](/v1/ethereum/execution-api/eth_gettransactionreceipt.md)
- [eth\_getUncleByBlockHashAndIndex](/v1/ethereum/execution-api/eth_getunclebyblockhashandindex.md)
- [eth\_getUncleByBlockNumberAndIndex](/v1/ethereum/execution-api/eth_getunclebyblocknumberandindex.md)
- [eth\_getUncleCountByBlockHash](/v1/ethereum/execution-api/eth_getunclecountbyblockhash.md)
- [eth\_getUncleCountByBlockNumber](/v1/ethereum/execution-api/eth_getunclecountbyblocknumber.md)
- [eth\_maxPriorityFeePerGas](/v1/ethereum/execution-api/eth_maxpriorityfeepergas.md)
- [eth\_newBlockFilter](/v1/ethereum/execution-api/eth_newblockfilter.md)
- [eth\_newFilter](/v1/ethereum/execution-api/eth_newfilter.md)
- [eth\_newPendingTransactionFilter](/v1/ethereum/execution-api/eth_newpendingtransactionfilter.md)
- [eth\_sendRawTransaction](/v1/ethereum/execution-api/eth_sendrawtransaction.md)
- [eth\_subscribe](/v1/ethereum/execution-api/eth_subscribe.md)
- [eth\_syncing](/v1/ethereum/execution-api/eth_syncing.md)
- [eth\_uninstallFilter](/v1/ethereum/execution-api/eth_uninstallfilter.md)
- [eth\_unsubscribe](/v1/ethereum/execution-api/eth_unsubscribe.md)
- [net\_listening](/v1/ethereum/execution-api/net_listening.md)
- [net\_peerCount](/v1/ethereum/execution-api/net_peercount.md)
- [net\_version](/v1/ethereum/execution-api/net_version.md)
- [txpool\_content](/v1/ethereum/execution-api/txpool_content.md)
- [web3\_clientVersion](/v1/ethereum/execution-api/web3_clientversion.md)
- [web3\_sha3](/v1/ethereum/execution-api/web3_sha3.md)
- [Beacon API](/v1/ethereum/beacon-api.md)
- [/eth/v1/beacon/genesis](/v1/ethereum/beacon-api/eth-v1-beacon-genesis.md): Retrieve details of the chain's genesis.
- [/eth/v2/beacon/blocks/{block\_id}](/v1/ethereum/beacon-api/eth-v2-beacon-blocks-block_id.md): Get block attestations
- [/eth/v1/beacon/blocks/{block\_id}/attestations](/v1/ethereum/beacon-api/eth-v1-beacon-blocks-block_id-attestations.md): Get block attestations
- [/eth/v1/beacon/blocks/{block\_id}/root](/v1/ethereum/beacon-api/eth-v1-beacon-blocks-block_id-root.md): Get block root
- [/eth/v1/beacon/headers](/v1/ethereum/beacon-api/eth-v1-beacon-headers.md): Get block headers
- [/eth/v1/beacon/headers/{block\_id}](/v1/ethereum/beacon-api/eth-v1-beacon-headers-block_id.md): Get block headers
- [/eth/v1/beacon/states/{state\_id}/committees](/v1/ethereum/beacon-api/eth-v1-beacon-states-state_id-committees.md): Get all committees for a state
- [/eth/v1/beacon/states/{state\_id}/finality\_checkpoints](/v1/ethereum/beacon-api/eth-v1-beacon-states-state_id-finality_checkpoints.md): Get state finality checkpoints
- [/eth/v1/beacon/states/{state\_id}/root](/v1/ethereum/beacon-api/eth-v1-beacon-states-state_id-root.md): Get state SSZ HashTreeRoot
- [/eth/v1/beacon/states/{state\_id}/sync\_committees](/v1/ethereum/beacon-api/eth-v1-beacon-states-state_id-sync_committees.md): Get sync committees for a state
- [/eth/v1/beacon/states/{state\_id}/validator\_balances](/v1/ethereum/beacon-api/eth-v1-beacon-states-state_id-validator_balances.md): Get validator balances from state
- [/eth/v1/beacon/states/{state\_id}/validators](/v1/ethereum/beacon-api/eth-v1-beacon-states-state_id-validators.md): Get validators from state
- [/eth/v1/beacon/states/{state\_id}/validators/{validator\_id}](/v1/ethereum/beacon-api/eth-v1-beacon-states-state_id-validators-validator_id.md): Get validator from state by id
- [/eth/v1/events](/v1/ethereum/beacon-api/eth-v1-events.md): Subscribe to beacon node events
- [/eth/v1/validator/aggregate\_attestation](/v1/ethereum/beacon-api/eth-v1-validator-aggregate_attestation.md): Get aggregated attestation
- [/eth/v1/validator/blinded\_blocks/{slot}](/v1/ethereum/beacon-api/eth-v1-validator-blinded_blocks-slot.md): Produce a new blinded block, without signature
- [/eth/v1/validator/duties/proposer/{epoch}](/v1/ethereum/beacon-api/eth-v1-validator-duties-proposer-epoch.md): Get block proposers duties
- [/eth/v1/validator/sync\_committee\_contribution](/v1/ethereum/beacon-api/eth-v1-validator-sync_committee_contribution.md): Produce a sync committee contribution
- [/eth/v1/beacon/states/{state\_id}/fork](/v1/ethereum/beacon-api/eth-v1-beacon-states-state_id-fork.md): Get Fork object for requested state
- [Debug API](/v1/ethereum/debug-api.md)
- [debug\_traceBlockByHash](/v1/ethereum/debug-api/debug_traceblockbyhash.md)
- [debug\_traceBlockByNumber](/v1/ethereum/debug-api/debug_traceblockbynumber.md)
- [debug\_traceCall](/v1/ethereum/debug-api/debug_tracecall.md)
- [debug\_traceTransaction](/v1/ethereum/debug-api/debug_tracetransaction.md)
