Funding Assets
Frequency limit: 10 times/1s (User ID)
HTTP Request
- GET /api/v2/account/funding-assets
Request Example
curl "https://api.bitget.com/api/v2/account/funding-assets" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
coin | String | No | default all coin |
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1712129301188,
"data": [
{
"coin": "USDT",
"available": "326",
"frozen": "",
"usdtValue": "326"
}
]
}
Response parameters
Parameter | Type | Description |
---|---|---|
data | List<Object> | assets List |
> coin | String | coin |
> available | String | available |
> frozen | String | forzen |
> usdtValue | String | USDT value |