Skip to main content

Get Margin Coin Info

Rate limit: 5 req/sec/UID

HTTP Request

  • GET /api/v2/spot/ins-loan/ensure-coins-convert
Request Example
curl "https://api.bitget.com/api/v2/spot/ins-loan/ensure-coins-convert?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": 1711697581815,
"data": {
"productId": "xxxxxxxx",
"coinInfo": [
{
"coin": "USDC",
"convertRatio": "1",
"maxConvertValue": "1000"
},
{
"coin": "USDT",
"convertRatio": "1",
"maxConvertValue": "1000"
},
{
"coin": "BTC",
"convertRatio": "0.99",
"maxConvertValue": "1000"
},
{
"coin": "ETH",
"convertRatio": "0.99",
"maxConvertValue": "1000"
}
]
}
}

Response Parameters

ParameterTypeComments
productIdStringProduct Id
coinInfoArraySpot margin coin
> coinStringMargin coin
> convertRatioStringMargin coin convert ratio
> maxConvertValueStringMaximum convert value(USDT)

How was your Reading Experience with us?