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

Stellar account transactions pagination #1346

Closed
azizfcb opened this issue Nov 1, 2023 · 1 comment
Closed

Stellar account transactions pagination #1346

azizfcb opened this issue Nov 1, 2023 · 1 comment

Comments

@azizfcb
Copy link

azizfcb commented Nov 1, 2023

Hi, I'm using this endpoint /raw/account/{STELLAR_WALLET}/transactions=true&trades=true&operations=true&payments=true to query for transactions. It seems that the limit is 200 items per type (trade, payment etc) and there's no way to query past this (using some sort of cursor, offset or a date timestamp...)

Could you please check this and get back to me. Thanks

@Har01d
Copy link
Member

Har01d commented Feb 14, 2024

At the moment, we don't provide full historical data for Stellar. We're looking into if it's possible to have more history with the new engine we'll be using for Stellar (3xplcom/Core#61). Thanks!

@Har01d Har01d closed this as completed Feb 14, 2024
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

3 participants
@azizfcb @Har01d and others