Skip to content

transaction limit misses transactions #1903

@ItsANameToo

Description

@ItsANameToo

Describe the bug

Use the api to fetch the amount of transactions for a wallet: https://dexplorer.ark.io:8443/api/v2/wallets/DFyDKsyvR4x9D9zrfEaPmeJxSniT5N5qY8/transactions?orderBy=timestamp%3Adesc

This shows that there are 52 transactions in total. Now add a limit to it: https://dexplorer.ark.io:8443/api/v2/wallets/DFyDKsyvR4x9D9zrfEaPmeJxSniT5N5qY8/transactions?orderBy=timestamp%3Adesc&limit=10

And now it shows there are only 13 transactions

To Reproduce
Steps to reproduce the behavior:

  • See above

Expected behavior
It should still show 52 transactions, but with a limit of 10 per page

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions