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

Get address pagination issue #1013

Open
qn-srikanth opened this issue Dec 19, 2023 · 1 comment
Open

Get address pagination issue #1013

qn-srikanth opened this issue Dec 19, 2023 · 1 comment

Comments

@qn-srikanth
Copy link

On some inputs, totalPages responds with -1.

Screenshot 2023-12-19 at 11 24 36 AM


Examples

from : 776355
pageSize : 50
page: 1

from : 776355
pageSize : 50
page: 1

from : 776355
pageSize : 50
page: 1


Is this expected ?

@martinboehm
Copy link
Contributor

Total pages is set to -1 when there is some filtering on and Blockbook does not know the total number of filtered results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants