Skip to main content

Get Product Info

info

Does not need authentication.

Bybit Saving FAQ

HTTP Request

GET /v5/earn/product

Request Parameters

ParameterRequiredTypeComments
categorytruestringFlexibleSaving,OnChain
Remarks: currently, only flexible savings and on chain is supported
coinfalsestringCoin name, uppercase only

Response Parameters

ParameterTypeComments
listarrayObject
> categorystringFlexibleSaving,OnChain
> estimateAprstringEstimated APR, e.g., 3%, 4.25%
Remarks: 1)The Est. APR provides a dynamic preview of your potential returns, updated every 10 minutes in response to market conditions.
2) Please note that this is an estimate and may differ from the actual APR you will receive.
3) Platform Reward APRs are not shown
> coinstringCoin name
> minStakeAmountstringMinimum stake amount
> maxStakeAmountstringMaximum stake amount
> precisionstringAmount precision
> productIdstringProduct ID
> statusstringAvailable, NotAvailable
> bonusEventsArrayBonus
>> aprstringYesterday's Rewards APR
>> coinstringReward coin
>> announcementstringAnnouncement link
> minRedeemAmountstringMinimum redemption amount. Only has value in Onchain LST mode
> maxRedeemAmountstringMaximum redemption amount. Only has value in Onchain LST mode
> durationstringFixed,Flexible. Product Type
> termintUnit: Day. Only when duration = Fixed for OnChain
> swapCoinstringswap coin. Only has value in Onchain LST mode
> swapCoinPrecisionstringswap coin precision. Only has value in Onchain LST mode
> stakeExchangeRatestringEstimated stake exchange rate. Only has value in Onchain LST mode
> redeemExchangeRatestringEstimated redeem exchange rate. Only has value in Onchain LST mode
> rewardDistributionTypestringSimple, Compound, LST. Only has value for Onchain
> rewardIntervalMinuteintFrequency of reward distribution (minutes)
> redeemProcessingMinutestringEstimated redemption minutes
> stakeTimestringStaking on-chain time, in milliseconds
> interestCalculationTimestringInterest accrual time, in milliseconds

Request Example

GET /v5/earn/product?category=FlexibleSaving&coin=BTC HTTP/1.1
Host: api-testnet.bybit.com

Response Example

{
"retCode": 0,
"retMsg": "",
"result": {
"list": [
{
"category": "FlexibleSaving",
"estimateApr": "3%",
"coin": "BTC",
"minStakeAmount": "0.001",
"maxStakeAmount": "10",
"precision": "8",
"productId": "430",
"status": "Available",
"bonusEvents": [],
"minRedeemAmount": "",
"maxRedeemAmount": "",
"duration": "",
"term": 0,
"swapCoin": "",
"swapCoinPrecision": "",
"stakeExchangeRate": "",
"redeemExchangeRate": "",
"rewardDistributionType": "",
"rewardIntervalMinute": 0,
"redeemProcessingMinute": 0,
"stakeTime": "",
"interestCalculationTime": ""
}
]
},
"retExtInfo": {},
"time": 1739935669110
}