moneywagon icon indicating copy to clipboard operation
moneywagon copied to clipboard

can't search 'doge' from HistoricalTransactions()

Open HoMengHsuan opened this issue 3 years ago • 0 comments

Hi, when I try to use the HistoricalTransactions() function to search 'doge' the result didn't show up, but I try 'btc' it works, wonder if there's any bug or something I miss?

from moneywagon import HistoricalTransactions
x = HistoricalTransactions().action('doge', 'myaddress')
print(x)

HoMengHsuan avatar Jun 03 '21 17:06 HoMengHsuan