Skip to main content

Get transferable amount

Rate limit: 5 req/sec/UID

HTTP Request

  • GET /api/v2/spot/ins-loan/transfered
Request Example
curl "https://api.bitget.com/api/v2/spot/ins-loan/transfered?coin=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
userIdStringNoUser Id (Master account or sub-accounts)
coinStringYesCoin name
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1711697588556,
"data": {
"coin": "USDT",
"transfered": "1223",
"userId": "xxxxxxxxxx"
}
}

Response Parameters

ParameterTypeDescription
coinStringCoin name
transferedStringTransferred amount
userIdStringUser Id

How was your Reading Experience with us?