How to verify my Ethereum account balance? Is there a way that I can verify by myself without trusting any website? In this blog post I will walk through diagrams and examples to explain how Ethereum provide Merkle proof for light clients to verify any account state.[Verify Ethereum Account Balance with State Proof](
If you want to verify it for yourself you can run your own Ethereum client and use the get balance RPC request: [https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getbalance](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getbalance)
If you don’t want to run your own node you can make a eth_getbalance RPC request to a Ethereum node that you already trust. That’s what websites & wallets do.