Set Collateral Type
Set Collateral Type
Description
Set the collateral type for the unified trading account.
HTTP Request
- POST /api/v3/account/set-collateral-type
- Rate limit: 2/sec/UID
- Permission: UTA mgt. (read & write)
Request
curl -X POST "https://api.bitget.com/api/v3/account/set-collateral-type" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{"collateralType":"custom","collateralCoins":"BTC,ETH,USDT"}'
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| collateralType | String | Yes | Collateral typemainstream Mainstream coinsall All coinscustom Custom |
| collateralCoins | String | No | Collateral coin names Multiple coins are supported, separated by commas Required when collateralType=custom |
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": "success"
}
Response Parameters
N/A