Getting {code: 141, error: 'Invalid Address!'}
when calling getNFTTransfers
. I am using the Moralis SDK along with react-moralis
.
The address
that I am passing in IS valid and I have tried multiple addresses. I do NOT receive this error when calling getNFTsForContract
.
These are the versions I am using:
"moralis": "0.0.138",
"react-moralis": "^0.3.0",
Any help is greatly appreciated.
Thank you