跳至主要内容

查詢產品報價

信息

無需身份驗證。每個 IP 每秒最多 50 次請求

HTTP 請求

GET/v5/earn/advance/product-extra-info

請求參數

參數必填類型說明
categorytruestring產品類別,SmartLeverage
productIdtruestring產品 ID

響應參數

參數類型說明
categorystringSmartLeverage
productIdstring產品 ID
breakevenPricestring損益平衡價格——最優機構報價。若無有效報價則為空
currentPricestring標的資產的當前市場價格。用作 initialPrice 的參考
expireAtstring報價到期時間,毫秒級 Unix 時間戳。若無有效報價則為空
maxInvestmentAmountstring當前報價下的最大單筆訂單金額。若無有效報價則為空
備註

當無機構報價時,breakevenPriceexpireAtmaxInvestmentAmount 可能為空。currentPrice 直接來自市場行情,始終存在。

請求示例

GET /v5/earn/advance/product-extra-info?category=SmartLeverage&productId=12999 HTTP/1.1
Host: api-testnet.bybit.com

響應示例

{
"retCode": 0,
"retMsg": "",
"result": {
"productId": "12999",
"breakevenPrice": "68650.62",
"expireAt": "1775036984839",
"maxInvestmentAmount": "1000",
"currentPrice": "68403.67",
"category": "SmartLeverage"
},
"retExtInfo": {},
"time": 1775036429311
}