跳到主要内容

查询现货账户可转出金额

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

HTTP请求

  • GET /api/v2/spot/ins-loan/transfered
请求示例
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"

请求参数

参数名参数类型是否必须描述
userIdString用户ID (主账户或者子账户)
coinString币种名称
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1711697588556,
"data": {
"coin": "USDT",
"transfered": "1223",
"userId": "xxxxxxxxxx"
}
}

返回参数

返回字段参数类型字段说明
coinString币种名称
transferedString可划出金额
userIdString用户ID