跳到主要内容

查询产品信息

限速规则: 5次/1s (Uid)

HTTP请求

  • GET /api/v2/spot/ins-loan/product-infos
请求示例
curl "https://api.bitget.com/api/v2/spot/ins-loan/product-infos?productld=xxx" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

请求参数

参数名参数类型是否必须描述
productldString产品ID,保证唯一性
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1711697573019,
"data": {
"productId": "xxxxxxxx",
"leverage": "2",
"transferLine": "0.6667",
"spotBuyLine": "0.8",
"liquidationLine": "0.9",
"stopLiquidationLine": "0.75"
}
}

返回参数

返回字段参数类型字段说明
productIdString产品ID
leverageString该借贷产品的最大杠杆倍数,2 或 4
transferLineString限制划转线,举例:0.6667
spotBuyLineString限制现货买入线,举例:0.8
liquidationLineString强平减仓线,举例:0.9
stopLiquidationLineString停止强平线,举例:0.75