Switched mark_price endTime to until

This commit is contained in:
Sam Germain 2021-10-28 07:26:36 -06:00
parent 0b12107ef8
commit 02ab3b1697
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ class Exchange:
""" """
if end: if end:
params = { params = {
'endTime': end 'until': end
} }
else: else:
params = {} params = {}