跳到主要内容

查询活期借币质押率调整历史

接口描述

查询活期借币质押率调整历史

HTTP请求

GET /sapi/v2/loan/flexible/ltv/adjustment/history

GET /sapi/v1/loan/flexible/ltv/adjustment/history 可用于查看2024-02-27 08:00之前的数据

请求权重(UID)

400

请求参数

名称类型是否必须描述
loanCoinSTRINGNO
collateralCoinSTRINGNO
startTimeLONGNO
endTimeLONGNO
currentLONGNOCurrent querying page. Start from 1; default: 1; max: 1000
limitLONGNODefault: 10; max: 100
recvWindowLONGNO
timestampLONGYES
  • 如果没有发送 startTime 和 endTime,默认返回最近 90 天的数据。
  • startTime 和 endTime 的最大间隔为 180 天。

响应示例

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