跳至主要内容

折價買幣報價

WebSocket 公共頻道網址

  • 主網:
    Earn: wss://stream.bybit.com/v5/public/fp

  • 測試網:
    Earn: wss://stream-testnet.bybit.com/v5/public/fp

信息
  • 訂閱此頻道無需身份驗證。
  • 建議使用方式:初始化時先調用查詢產品報價取得當前報價,再訂閱此頻道維持即時報價視圖。若 WebSocket 連線中斷,請重新調用查詢產品報價更新數據後再訂閱。

頻道:earn.discountbuy.offers

響應參數

參數類型說明
topicstring頻道名稱,earn.discountbuy.offers
dataarray列表
> pstring產品 ID
> cstring標的資產當前市場價格
> bstring錨定買入價
> kstring敲出價
> estring年化息率(e8 精度),實際利率 = knockoutCouponE8 / 1e8
> mstring當前報價下的最大可投金額
> istring做市商機構 ID,下單時必須原樣傳入
> xstring報價到期時間,毫秒級 Unix 時間戳。0 表示機構未設定有效期

推送示例

{
"topic": "earn.discountbuy.offers",
"data": [
{
"p": "12723",
"c": "74551.1",
"b": "73847",
"k": "75300",
"e": "10000000",
"m": "950000",
"i": "103489231",
"x": "1776154870336"
}
]
}