跳到主要内容

指数关连计划赎回交易历史查询(USER_DATA)

接口描述

指数关连计划赎回交易历史查询

HTTP请求

GET /sapi/v1/lending/auto-invest/redeem/history

请求权重(IP)

1

请求参数

名称类型是否必需描述
requestIdLONGYES请求id
startTimeLONGNO
endTimeLONGNO
currentLONGNO当前查询页,从1开始,1位默认值
assetSTRINGNO
sizeLONGNO默认:10, 最大:100
recvWindowLONGNO不超过 60000
timestampLONGYES
  • startTimeendTime的最大间隔为30天
  • startTimeendTime均未发送,则默认返回最近30天记录

响应示例

[
{
"indexId":1, //指数id
"indexName":"BINANCE TOP 10 EW", //指数名称
"redemptionId":11, //赎回交易id
"status":"SUCCESS", //赎回结果(成功/失败 SUCCESS/FAILED )
"asset":"BTC", //赎回资产
"amount":"0.005", //赎回数额
"redemptionDateTime":1648378800000, //赎回时间
"transactionFee":"0", //赎回手续费
"transactionFeeUnit":"USDT" //赎回数额USD单位
},
{
"indexId":1,
"indexName":"BINANCE TOP 10 EW",
"redemptionId":12 ,
"status":"SUCCESS",
"asset":"BNB",
"amount":"0.005",
"redemptionDateTime":1648378800000,
"transactionFee":"0",
"transactionFeeUnit":"USDT"
}
]