SUB wss://ws.aevo.xyz
Returns instrument ticker information when its top of the book changes and returns information such as: instrument data, bid and asksUPDATE TIME
Real Time
REQUEST
Example
RESPONSE
Example
|
|
ASSET
allowed values:ETH
&BTC
INSTRUMENT_TYPE
allowed values :OPTION
PERPETUAL
{
"op":"subscribe",
"data": ["book-ticker:ETH-31MAR23-1350-C"]
}
{
"op":"subscribe",
"data": ["book-ticker:ETH:OPTION"]
}
RESPONSE
| ||||||||
data.timestamp string required | ||||||||
data.tickers array of objects required
|
{
"channel": "book-ticker:ETH-31MAR23-1350-C",
"data": {
"timestamp": "1673436965238291661",
"tickers": [
{
"instrument_id": 165,
"instrument_name": "ETH-31MAR23-1350-C",
"instrument_type": "OPTION",
"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"
}
}
]
}
}