Skip to content

Commit cdaae58

Browse files
committed
Update trade history endpoint
1 parent 1432d24 commit cdaae58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmax_python_sdk/account/account_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def get_trade_history(
551551
}
552552
```
553553
"""
554-
endpoint = "/v1/account/trade-history"
554+
endpoint = "/v1/account/trades"
555555
params = {
556556
"start_time": start_time,
557557
"end_time": end_time,

0 commit comments

Comments
 (0)