add doc for MAX_QUERY_CLOSED_ORDERS_LIMIT

This commit is contained in:
c9s 2022-03-07 13:57:58 +08:00
parent fcbdf8162a
commit 0295e47c6d

View File

@ -9,6 +9,12 @@
MAX_QUERY_CLOSED_ORDERS_NUM_OF_PAGES=10
# MAX_QUERY_CLOSED_ORDERS_LIMIT=[limit per query]
# using defualt limit 1000 might cause the server response timeout, you can decrease this limit to prevent this kind of error.
# default = 1000
MAX_QUERY_CLOSED_ORDERS_LIMIT=500
# MAX_QUERY_CLOSED_ORDERS_ALL=[1 or 0]
# The MAX Exchange API does not support time-range based query for the closed orders
# If you want to sync all the orders, you must start from the first page