I am trying to get the transactions of an address using https://api.etherscan.io/api?module=account&action=txlist&address=0x9bb1499d06f3036a12f653f00b889731d04c47a0&startblock=0&endblock=92649034&sort=asc&apikey=XXXXX
however, I get the results "No transactions found" when in fact, a transaction exists, and can be viewed on etherscan.io site.
I wonder if anyone has encountered the same problem. Is this a bug on the etherscan side? Perhaps the api.etherscan side doesnt not have the most recent transaction information?
Any insights would be greatly appreciated!
Thanks!!