Skip to content

Commit dfe7d31

Browse files
author
James Jia
authored
v1.0.15: New candle resolutions [BAC-1701] (#66)
* new candle resolutions * 1.0.15
1 parent 6589086 commit dfe7d31

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

dydx3/modules/public.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ def get_candles(
210210
"1DAY",
211211
"4HOURS"
212212
"1HOUR",
213+
"30MINS",
214+
"15MINS",
213215
"5MINS",
214216
"1MIN",
215217
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='dydx-v3-python',
22-
version='1.0.14',
22+
version='1.0.15',
2323
packages=find_packages(),
2424
package_data={
2525
'dydx3': [

0 commit comments

Comments
 (0)