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