用戶希臘字母信息 (期權)
訂閱希臘字母信息,僅期權
Topic:
user.greeks.unifiedAccount
響應參數
| 參數 | 類型 | 說明 |
|---|---|---|
| id | string | 消息id |
| topic | string | Topic名 |
| type | string | 消息類型. snapshot |
| ts | number | 消息數據創建時間 |
| data | Object | |
| > version | integer | 版本號 |
| > result | Object | |
| >> baseCoin | string | 交易幣種 |
| >> totalDelta | string | Delta值 |
| >> totalGamma | string | Gamma值 |
| >> totalVega | string | Vega值 |
| >> totalTheta | string | Theta值 |
推送示例
{
"id": "53328593eddf20-ebe8-47d9-8a2b-62e4e2681eaa",
"topic": "user.greeks.unifiedAccount",
"ts": 1672107550646,
"data": {
"result": [
{
"baseCoin": "BTC",
"totalDelta": "-0.02077347",
"totalGamma": "-0.00004675",
"totalVega": "-0.52558304",
"totalTheta": "3.48921259"
},
{
"baseCoin": "ETH",
"totalDelta": "0.05003533",
"totalGamma": "-0.00000063",
"totalVega": "-0.00014849",
"totalTheta": "0.0041225"
}
],
"version": 62056
},
"type": "snapshot"
}