SUB wss://ws.aevo.xyz
Returns the index price.
REQUEST
RESPONSE
|
|
ASSET
allowed values:ETH
Example
{
"op":"subscribe",
"data": ["index:ETH"]
}
RESPONSE
|
data.price string required
Price in USD. Eg. |
data.timestamp string required
Index update timestamp in UNIX timestamp in nanoseconds. Eg. |
Example
{
"channel": "index:ETH",
"data": {
"price": "1337.16",
"timestamp": "1673438070391698947"
}
}