Get BGB Deduct Info
Rate limit: 5 req/sec/UID
Description
HTTP Request
- GET /api/v2/spot/account/deduct-info
 
Request Example
curl "https://api.bitget.com/api/v2/spot/account/deduct-info" \
   -H "ACCESS-KEY:*******" \
   -H "ACCESS-SIGN:*" \
   -H "ACCESS-PASSPHRASE:*" \
   -H "ACCESS-TIMESTAMP:1659076670000" \
   -H "locale:en-US" \
   -H "Content-Type: application/json"
Request Parameter
| Parameter | Type | Required | Description | 
|---|
Response Example
{
    "code": "00000",
    "msg": "success",
    "requestTime": 1695808949356,
    "data": {
        "deduct": "on"
    }
}
Response Parameter
| Parameter | Type | Description | 
|---|---|---|
| deduct | String | on / off |