Skip to main content

Greek

Subscribe to the user greeks stream, option only.

Topic:
user.greeks.unifiedAccount

Response Parameters

ParameterTypeComments
idstringMessage id
topicstringTopic name
typestringMessage type. snapshot
tsnumberThe timestamp (ms) that system generates the data.
dataObject
> versionintegerVersion
> resultObject
>> baseCoinstringBase coin
>> totalDeltastringDelta value
>> totalGammastringGamma value
>> totalVegastringVega value
>> totalThetastringTheta value

Stream Example

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