I currently have a payed plan and am using the /exchange_candles endpoint. Within that documentations it shows 6 different time frames as stated:
interval | limit per request |
---|---|
1d | no limit |
4h | 120 days |
1h | 30 days |
30m | 14 days |
5m | 3 days |
1m | 1 day |
If I want a 2h timeframe must I create my own function within my code to do so? If so no problem. Or is there another way through the Nomics API?
Thanks!