I just need a simple API that return wallet balance based on wallet address, list of transactions and individual transaction fees...
What do you exactly mean by 'individual transaction fees' ? I can't also understand the kind of API you are looking for and how you across blockexplorer.com while searching for it .
Most of the exemples mentioned by moccacino doesn't offer an api based on a specific need, but you may be can contact them closely and ask for what you exactly want .
You have to explain for what use you want an/this API in simple words so we can help you .
thank you coupable:
to make it simple, lets assume I have one public Wallet address, I want to be able to retrieve:
- Wallet balance
- Wallet transactions (that the sum should make up the balance) and relative transaction fees... (I might be wrong, but it seems that blockexplorer and btc.com provides "overall block fee", therefore how can I "deduct" what I have actually paid for my transactions?)
in the following case:
https://btc.com/1GB2CgZ9a4yXFaaN2YfmTKuhZbomkpUfbHaddress 1GB2CgZ9a4yXFaaN2YfmTKuhZbomkpUfbH has three transactions:
1) - 0.03602039
2) + 0.03086609
3) + 0.03602039
I am not sure how much each transaction costed in terms of fee...
thank you
