折價買幣報價
WebSocket 公共頻道網址
主網:
Earn:wss://stream.bybit.com/v5/public/fp測試網:
Earn:wss://stream-testnet.bybit.com/v5/public/fp
頻道:earn.discountbuy.offers
響應參數
| 參數 | 類型 | 說明 |
|---|---|---|
| topic | string | 頻道名稱,earn.discountbuy.offers |
| data | array | 列表 |
| > p | string | 產品 ID |
| > c | string | 標的資產當前市場價格 |
| > b | string | 錨定買入價 |
| > k | string | 敲出價 |
| > e | string | 年化息率(e8 精度),實際利率 = knockoutCouponE8 / 1e8 |
| > m | string | 當前報價下的最大可投金額 |
| > i | string | 做市商機構 ID,下單時必須原樣傳入 |
| > x | string | 報價到期時間,毫秒級 Unix 時間戳。0 表示機構未設定有效期 |
推送示例
{
"topic": "earn.discountbuy.offers",
"data": [
{
"p": "12723",
"c": "74551.1",
"b": "73847",
"k": "75300",
"e": "10000000",
"m": "950000",
"i": "103489231",
"x": "1776154870336"
}
]
}