查询现货账户可转出金额
限速规则: 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"
请求参数
参数名 | 参数类型 | 是否必须 | 描述 |
---|---|---|---|
userId | String | 否 | 用户ID (主账户或者子账户) |
coin | String | 是 | 币种名称 |
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1711697588556,
"data": {
"coin": "USDT",
"transfered": "1223",
"userId": "xxxxxxxxxx"
}
}
返回参数
返回字段 | 参数类型 | 字段说明 |
---|---|---|
coin | String | 币种名称 |
transfered | String | 可划出金额 |
userId | String | 用户ID |