We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6589086 commit dfe7d31Copy full SHA for dfe7d31
2 files changed
dydx3/modules/public.py
@@ -210,6 +210,8 @@ def get_candles(
210
"1DAY",
211
"4HOURS"
212
"1HOUR",
213
+ "30MINS",
214
+ "15MINS",
215
"5MINS",
216
"1MIN",
217
]
setup.py
@@ -19,7 +19,7 @@
19
20
setup(
21
name='dydx-v3-python',
22
- version='1.0.14',
+ version='1.0.15',
23
packages=find_packages(),
24
package_data={
25
'dydx3': [
0 commit comments