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
When trying to request chartdata that starts 13 years ago (even tho there is not that much data).
raise PoloniexError(out['error'])
poloniex.PoloniexError: Data requested is too large. Please specify a longer period or a shorter date range, or use resolution=auto to automatically calculate the shortest supported period for your date range.
Might be worth looking into adding resolution=auto to returnChartData
The text was updated successfully, but these errors were encountered:
When trying to request chartdata that starts 13 years ago (even tho there is not that much data).
Might be worth looking into adding
resolution=auto
toreturnChartData
The text was updated successfully, but these errors were encountered: