Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: FiNaR76 on January 20, 2020, 06:44:11 PM



Title: Best way to query Ethereum?
Post by: FiNaR76 on January 20, 2020, 06:44:11 PM
Hello All,

What is the best way to query Ethereum wallet balances and transactions? I am new to the blockchain game and I am building a personal portfolio app that should:

1) read ETH balance
2) read ETH transaction history (including transaction fees)
3) read individual token balances
4) read individual token transaction history (including transaction fees)

I have an ETH node, therefore I can query directly the blockchain... I am using the following reference: https://web3js.readthedocs.io/en/v1.2.4/index.html# but I am kind of confused where to start...

Thank you all