Skip to content

Commit

Permalink
fix: fix candle data param
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Sep 19, 2024
1 parent 43be313 commit 3ae4e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datamaxi/datamaxi/candle.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def get(
"market": market,
"page": page,
"limit": limit,
"fromDateTime": fromDateTime,
"toDateTime": toDateTime,
"from": fromDateTime,
"to": toDateTime,
"sort": sort,
}

Expand Down

0 comments on commit 3ae4e2f

Please sign in to comment.