跳到主要内容

查询质押率调整历史(USER_DATA)

接口描述

查询质押率调整历史

HTTP请求

GET /sapi/v1/loan/ltv/adjustment/history

请求权重(IP)

400

请求参数

名称类型是否必需描述
orderIdLONGNO
loanCoinSTRINGNO
collateralCoinSTRINGNO
startTimeLONGNO
endTimeLONGNO
currentLONGNO当前查询页数,从 1 开始。默认值:1;最大:1000。
limitLONGNO默认值:10;最大:100。
recvWindowLONGNO
timestampLONGYES
  • 如果没有发送 startTime 和 endTime,默认返回最近 90 天的数据。
  • startTime 和 endTime 的最大间隔为 180 天。

响应示例

{
"rows": [
{
"loanCoin": "BUSD",
"collateralCoin": "BNB",
"direction": "ADDITIONAL",
"amount": "5.235",
"preLTV": "0.78",
"afterLTV": "0.56",
"adjustTime": 1575018510000,
"orderId": 756783308056935434
}
],
"total": 1
}