Pagination is a highly requested feature, so it has been added to our product roadmap. It is expected to be launched sometime in the future.
We have, however, introduced a date filtering feature, which allows you to fetch data from /transactions
endpoint for a specific time period. To apply this feature, use the optional parameters (date_from
; date_to
) in ISO 8601 format date (YYYY-MM-DD
). It is available on the following endpoints:
GET /api/v2/accounts/{id}/transactions/
GET /api/v2/accounts/premium/{id}/transactions/
More information, examples and swagger demo is available here.
Comments
0 comments
Article is closed for comments.