How do I call the multiaddr API?
I have an API key and my request URL looks like this
https://chainz.cryptoid.info/xbc/api.dws?key=(my api key)&q=multiaddr&active=(address 1)|(address 2)
but the response always comes up empty:
{"addresses":[],"txs":[]}
I couldn't find any examples, please help...