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
@mauri3112 retrieving 1W or 1M with a single call is currently not supported and would indeed save some logic. I know it not the answer your looking for. A workaround would be using the intervals and doing some calls based on the interval. For example 1W of data would be 7 calls retrieving the 1MIN candles.
The possible intervals are: "1m" "5m" "15m" "30m" "1h" "2h" "4h" "6h" "8h" "12h" "1d"
Keep it mind: retrieving candles is not using your API limit.
other trading api's provide candles on a week and month intervals, which is really helpful specially for long term analysis.
The text was updated successfully, but these errors were encountered: