-
Notifications
You must be signed in to change notification settings - Fork 66
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
transactions api pagination #27
Comments
Hello, roccomuso! we've already implemented transactions pagination in explorer |
Are you talking about API? |
Hi Rocco, If you asked about API here is the answer: pagination exists, but not documented clear enough. You can find it here: https://testnode2.wavesnodes.com/api-docs/index.html#!/transactions/addressLimit Does it make sense to you? |
Yes that's it. |
Currently you can't change transaction ordering. If you still need that functionality please create an issue in Waves node project describing your use case. Cheers |
Ok, thanks, opened: wavesplatform/Waves#2622 |
Don't know if is the right place to open this issue.
I'd like to know if there's a way to paginate returned txs by waves explorer api.
I'm referring to this endpoint specifically
https://nodes.wavesplatform.com/transactions/address/${address}/limit/${limit}
The text was updated successfully, but these errors were encountered: