Futures
Get Future TickLevel Orderbook Historical Data Download Link (USER_DATA)
Weight(IP): 1
get/sapi/v1/futures/histDataLink
Query parameters
symbolstring required
Example:BTCUSDT
dataType'T_DEPTH' | 'S_DEPTH' required
Example:T_DEPTH
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
data link
Example response
{
"data": [
{
"day": "2023-06-30",
"url": "https://bin-prod-user-rebate-bucket.s3.ap-northeast-1.amazonaws.com/xxx"
}
]
}