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:
Expected behavior
It should still show 52 transactions, but with a limit of 10 per page
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:
Expected behavior
It should still show 52 transactions, but with a limit of 10 per page