SUB wss://ws.aevo.xyz
Returns instrument ticker information when its top of the book changes and returns information such as: instrument data, funding rates, bid, asks and mark information.UPDATE TIME
500ms
REQUEST
Example
RESPONSE
Example
|
|
ASSET
allowed values:ETH
INSTRUMENT_TYPE
allowed values :OPTION
PERPETUAL
{
"op":"subscribe",
"data": ["ticker-500ms:ETH:OPTION"]
}
{
"op":"subscribe",
"data": ["ticker-500ms:ETH-31MAR23-1350-C"]
}
RESPONSE
| ||||||||||||||||||||
data.timestamp string required | ||||||||||||||||||||
data.tickers array of objects required
|
{
"channel": "ticker-500ms:ETH:OPTION",
"data": {
"timestamp": "1673436965238291661",
"tickers": [
{
"instrument_id": 165,
"instrument_name": "ETH-31MAR23-1350-C",
"instrument_type": "OPTION",
"funding_rate": "0.000026",
"next_funding_rate": "0.00002",
"mark": {
"price": "140.007862",
"delta": "0.540531375408708",
"theta": "-0.9224266733203602",
"gamma": "0.0010828257944813621",
"rho": "1.2586305929021393",
"vega": "2.466304065911212",
"iv": "0.5898161402416873"
},
"bid": {
"price": "2",
"delta": "0.2159147503564693",
"theta": "-0.03033364841496897",
"gamma": "0.017935537671398397",
"rho": "0.6193026765188775",
"vega": "2.466304065911212",
"iv": "0.026280592178461275",
"amount": "10"
},
"ask": {
"price": "10",
"delta": "0.3756922766741976",
"theta": "-0.09391922572782523",
"gamma": "0.009719490995099413",
"rho": "1.063503444637495",
"vega": "2.466304065911212",
"iv": "0.06281820373274899",
"amount": "1"
}
}
]
}
}