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
{{ message }}
This repository was archived by the owner on May 14, 2021. It is now read-only.
When retrieving an account's transaction history, the result is an array of transactions. Because the paging cursor isn't returned, it's impossible to go back through an account's history more than the max pagination limit of 200 via the Kin SDK.
Being able to paginate via cursor is necessary to locate certain types of transactions in the event that an internal system goes down for a while and it has to "catch up" by going through transaction history after it comes online again.
The text was updated successfully, but these errors were encountered:
The API should be directly exposed on horizon (with a cursor). You don't need a special SDK, just you can just use a simple GET request. Here is an example on the test blockchain.
You can also use the laboratory to test the other endpoints, and see the cursors that are returned.
When retrieving an account's transaction history, the result is an array of transactions. Because the paging cursor isn't returned, it's impossible to go back through an account's history more than the max pagination limit of 200 via the Kin SDK.
Being able to paginate via cursor is necessary to locate certain types of transactions in the event that an internal system goes down for a while and it has to "catch up" by going through transaction history after it comes online again.
The text was updated successfully, but these errors were encountered: