Skip to main content

Savings Assets

Frequency limit: 10c/1s (Uid)

HTTP Request

  • GET /api/v2/earn/savings/assets
Request Example
curl "https://api.bitget.com/api/v2/earn/savings/assets?periodType=fixed&pageSize=20" \
-H "ACCESS-KEY:you apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request parameters

ParameterTypeRequiredDescription
periodTypeStringYesperiod type
flexible demand deposit
fixed time deposit
startTimeStringNoStart timestamp
(Copy trade creation time)
Milliseconds format of timestamp Unix, e.g. 1597026383085
(The maximum time span supported is three months. The default end time is three months if no value is set for the end time. )
endTimeStringNoEnd timestamp
(Copy trade creation time)
Milliseconds format of timestamp Unix, e.g. 1597026383085
(The maximum time span supported is three months. The default start time is three months ago if no value is set for the start time. )
limitStringNoNumber of queries: Default: 20, maximum: 100.
idLessThanStringNoSeparate page content before this ID is requested (older data), and the value input should be the end ID of the corresponding interface.
Response example
{
"code": "00000",
"msg": "success",
"requestTime": 1696748867881,
"data": {
"resultList": [
{
"productId": "123123123",
"productCoin": "BGB",
"interestCoin": "BGB",
"periodType": "flexible",
"period": "",
"holdAmount": "100.000",
"lastProfit": "0.01643800",
"totalProfit": "1.25479000",
"holdDays": "",
"status": "in_holding",
"allowRedemption": "",
"productLevel": "normal",
"apy": [
{
"rateLevel": "1",
"minApy": "0.000000",
"maxApy": "200.000000",
"currentApy": "6.00"
}
]
}
],
"endId": "456456456"
}
}

Response Parameters

ParameterTypeDescription
resultListList<Object>savings assets list
> productIdStringproductId
> productCoinStringsavings subscribe coin
> interestCoinStringInterest-earning currencies for financial management
>periodTypeStringperiod type
flexible flexible current
fixed fixed term
>periodStringDuration
flexible This value is not returned
>holdAmountStringcurrently subscribe size
>lastProfitStringYesterday's earnings
>totalProfitStringCumulative income
>holdDaysStringNumber of days currently held
>statusStringProduct Status
in_progress Subscription in progress
in_redemption Redemption in progress
>advanceRedeemStringWhether early redemption is allowed
Yes allowed
No not allowed
apyList<Object>Ladder interest rate information
> rateLevelStringRate level
> minApyStringLadder minimum amount value
> maxApyStringLadder maximum amount value
> currentApyStringCurrent tiered annual interest rate