跳至主要内容

查詢固定產品報價

信息

無需身份驗證

備註

僅接口適用於固定區間產品isRfqProduct=false)。如需 RFQ 產品的報價,請使用查詢自選區間產品報價

您也可以訂閱 WebSocket 頻道 earn.doublewin.offers 以接收即時報價推送。

HTTP 請求

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

請求參數

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

響應參數

參數類型說明
categorystringDoubleWin
productIdstring產品 ID
leveragestring當前最大槓桿倍數。若無有效報價則為空
expireTimestring報價到期時間,毫秒級 Unix 時間戳。需在此時間前完成下單。若無有效報價則為空
maxInvestmentAmountstring當前報價下的最大單筆下單金額。若無有效報價則為空
currentPricestring標的資產當前指數價格,可作為下單時 initialPrice 的參考

請求示例

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

響應示例

{
"retCode": 0,
"retMsg": "",
"result": {
"productId": "14084",
"leverage": "9.30452991038687184855947115",
"expireTime": "1775102611946",
"maxInvestmentAmount": "1000",
"currentPrice": "66628.76",
"category": "DoubleWin"
},
"retExtInfo": {},
"time": 1775102648543
}