Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: unable to get all token ids from wallet #455

Open
sebastiangaertner opened this issue Feb 27, 2024 · 1 comment
Open

BUG: unable to get all token ids from wallet #455

sebastiangaertner opened this issue Feb 27, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sebastiangaertner
Copy link
Contributor

The API so far has a limit of 1000 on the call

{{BASE_URL}}/tokens?limit=1000&wallet=WalletName

Use case: very often you need all token ids from the wallet.

@Kpoke
Copy link
Collaborator

Kpoke commented Apr 18, 2024

@sebastiangaertner what use cases would require a user to get all of the tokens? We do want to have a limit on the maximum number of tokens that can be requested. We can introduce a csv endpoint that exports all tokens for a user, if absolutely needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants