[SOLVED] TypeError: getAllTokenIds is not a function

const nfts = await Moralis.Web3API.account.getAllTokenIds(options) is returning

TypeError: Moralis.Web3API.account.getAllTokenIds is not a function

  • does anyone have an idea as to why?

getAllTokenIds should be from token and not from account

Ahh of course - sorry and thank you!

1 Like