Skip to main content

Earn account

Frequency limit: 10c/1s (Uid)

Description

Earn account overview

HTTP Request

  • GET /api/v2/earn/account/assets
Request Example
curl "https://api.bitget.com/api/v2/earn/account/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

ParameterTypeRequiredDescription
coinStringNoassets coin
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1712046333409,
"data": [
{
"coin": "BTC",
"amount": "0.10000000"
},
{
"coin": "USDT",
"amount": "400.00000000"
}
]
}

Response Parameters

ParameterTypeDescription
dataList<Object>Savings assets list
> coinStringcoin
> amountStringamount

How was your Reading Experience with us?