Skip to main content

Get Product Info

info

Do not need authentication

Bybit Saving FAQ

HTTP Request

GET /v5/earn/product

Request Parameters

ParameterRequiredTypeComments
categorytruestringFlexibleSaving
Remarks: this phase only supports flexible savings
coinfalsestringCoin name, uppercase only

Response Parameters

ParameterTypeComments
listarrayObject
> categorystringFlexibleSaving
> 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

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"
}
]
},
"retExtInfo": {},
"time": 1739935669110
}