Skip to main content

Get Product Info

Rate limit: 5 req/sec/UID

HTTP Request

  • GET /api/v2/spot/ins-loan/product-infos
Request Example
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"

Request Parameters

ParameterTypeRequiredDescription
productldStringYesProduct Id
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1711697573019,
"data": {
"productId": "xxxxxxxx",
"leverage": "2",
"transferLine": "0.6667",
"spotBuyLine": "0.8",
"liquidationLine": "0.9",
"stopLiquidationLine": "0.75"
}
}

Response Parameters

ParameterTypeDescription
productIdStringProduct Id
leverageStringThe maximum leverage for this loan product. 2x/4x
transferLineStringRestrict line for transfer, eg: 0.6667
spotBuyLineStringRestrict line for Spot buy, eg: 0.8
liquidationLineStringLine for liquidation, eg: 0.9
stopLiquidationLineStringLine for stop liquidation, eg: 0.75

How was your Reading Experience with us?