跳至主要内容

用戶希臘字母信息 (期權)

訂閱希臘字母信息,僅期權

Topic:
user.greeks.unifiedAccount

響應參數

參數類型說明
idstring消息id
topicstringTopic名
typestring消息類型. snapshot
tsnumber消息數據創建時間
dataObject
> versioninteger版本號
> resultObject
>> baseCoinstring交易幣種
>> totalDeltastringDelta值
>> totalGammastringGamma值
>> totalVegastringVega值
>> totalThetastringTheta值

推送示例

{
"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"
}