Skip to main content

Get Download Id For Futures Order History (USER_DATA)

API Description#

Get Download Id For Futures Order History

HTTP Request#

GET /fapi/v1/order/asyn

Request Weight#

5

Request Parameters#

NameTypeMandatoryDescription
startTimeLONGYESTimestamp in ms
endTimeLONGYESTimestamp in ms
recvWindowLONGNO
timestampLONGYES
  • Request Limitation is 10 times per month, shared by front end download page and rest api
  • The time between startTime and endTime can not be longer than 1 year

Response Example#

{    "avgCostTimestampOfLast30d":7241837, // Average time taken for data download in the past 30 days    "downloadId":"546975389218332672",}