i am using https://blockchain.info/ api For checking my balance i use this link :
https://blockchain.info/rawaddr/16****
Is there something similar for ethereum wallet ? i want to know sender's address and history of my ethereum wallet in blockchain info
Amberdata.io has an API with a bunch of data on addresses. Something unique is that they have Historical Account Balances, as well as, the ability to list all transactions by address.
Here's an example response from the
addresses/:hash/statistics
endpoint:Response:
Let me know if any of that is helpful!