You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: