修改充值自动划转账户类型
限速规则 10次/1s (UID)
描述
HTTP请求
- POST /api/v2/spot/wallet/modify-deposit-account
请求示例
curl -X POST "https://api.bitget.com/api/v2/spot/wallet/modify-deposit-account" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{
"coin":"USDT",
"accountType":"USDT-FUTURES"
}'
请求参数
参数名 | 参数类型 | 是否必须 | 描述 |
---|---|---|---|
coin | String | 是 | 充值币种 |
accountType | String | 是 | 账户类型spot 现货账户funding 资金账户coin-futures 币本位合约账户usdt-futures U本位合约账户usdc-futures USDC合约账户 |
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1683875302853,
"data": "success"
}
返回参数
返回字段 | 参数类型 | 字段说明 |
---|---|---|
data | String | success/fail |