Skip to content

Commit 0af8256

Browse files
committed
fix(bitmex.py): stale trade endpoint
1 parent 4d53ae1 commit 0af8256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bitmex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def recent_trades(self):
8484
u'tid': u'93842'},
8585
8686
"""
87-
path = "trade/getRecent"
87+
path = "trade"
8888
return self._curl_bitmex(path=path)
8989

9090
@property

0 commit comments

Comments
 (0)