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 has been archived by the owner on Feb 1, 2024. It is now read-only.
Kraken API requires you to fetch trades in reverse order and limits to 50 items per call
so to fetch from time t1 until time t2, you need to page in reverse order by doing a backfill approach.
Kraken API requires you to fetch trades in reverse order and limits to 50 items per call
so to fetch from time t1 until time t2, you need to page in reverse order by doing a backfill approach.
example:
...
The text was updated successfully, but these errors were encountered: