Toniq-Labs/extendable-token

adding a function to retrieve all tokens for a User

Opened this issue · 1 comments

would it make sense to add a new method like

userTokens(User) which would return all the tokenIds or even all the Metadata for the tokens that the user owns? Wallets would find that functionality useful. Also is there any discord for ToniqLabs?

We actually do have this function, which we have shared with wallet devs and other apps (like Entrepot). You can generate a list of all tokens owned by a user, or all tokens that exist, returning metadata, owner, token id and any marketplace listings as well. We should have this in the official interface shortly