Hi, I want to find a service with API like in blockchain.info for BTC but for LTC. I found litecoinscout but I cannot understand the API:
http://litecoinscout.com/chain/CHAIN/q/getreceivedbyaddress/ADDRESreturns amount of money received by given address (not balance, sends are not subtracted)
/chain/[b]CHAIN[/b]/q/getreceivedbyaddress/ADDRESS
Is the
CHAIN also a parameter? What should I pass as
CHAIN parameter?
Thanks for your help.