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

api/v2/scan/transfers after_id #235

Open
rakewell opened this issue Sep 19, 2023 · 0 comments
Open

api/v2/scan/transfers after_id #235

rakewell opened this issue Sep 19, 2023 · 0 comments

Comments

@rakewell
Copy link

Hello,

Can someone please explain how to use the after_id parameter of the API call to V2 transfers specified here: https://support.subscan.io/#transactions-v2

I am passing something like [3154833,0] in the request body:
{
"row": 100,
"page": 0,
"address": "16ZL8yLyXv3V3L3z9ofR1ovFLziyXaN1DPq4yffMAZ9czzBD",
"after_id": [3154833,0]
}

but the API call return transfers before that block not after. I am looking for a way to return transactions after that block. If there was a sort order parameter that would work which would allow me to sort the results ascending instead of descending which would then correctly use the 'after_id' as an after rather than before.

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

1 participant