Get Custom Collateral Coins
Get Custom Collateral Coins
Description
Query all coins supported as custom collateral on the platform. This is a public list that returns the full set of coins supported by the platform and is independent of any user-specific configuration.
HTTP Request
- GET /api/v3/account/custom-collateral-coins
- Rate limit: 10/sec/IP
Request
curl "https://api.bitget.com/api/v3/account/custom-collateral-coins?collateralCoin=BTC" \
-H "locale:en-US" \
-H "Content-Type: application/json"
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| collateralCoin | String | No | Collateral coin name Returns the full list of supported coins if not specified |
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1740000000000,
"data": [
{
"collateralCoin": "BTC"
},
{
"collateralCoin": "ETH"
},
{
"collateralCoin": "USDT"
}
]
}
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| collateralCoin | String | Collateral coin name |