Hi all, I’m new to the forum and I’m not too sure if I’m asking in the correct section of the Icon Community.
I’ve a silly question about how to use the API.
Is there an easier way to get the wallet balance through the API? Is there an endpoint that can provide such info making a simple request in Javascript?
Something like the do in blockchain.info does: https://blockchain.info/rawaddr/$bitcoin_address
Many thanks in advance for your help and for making great such project.
Hi Tomas, thank you so much for you answer. I’ve checked the documentation and I’ve tried to write the code I need but unsuccessfully. I’m super beginner in programming but unlike other api call, I’m having issues initializing the call.
I hope you can help me out. I need to get the balance of an address. Here my code: