PUB wss://ws.aevo.xyz
Get available channels to subscribe to.
REQUEST
RESPONSE
|
|
Example
{
"id": 1,
"op": "status"
}
RESPONSE
|
data.account string required
Account's Ethereum address.. Eg. |
data.subscriptions array of strings required
Array of available channels to subscribe to. Eg. |
Example
{
"id": 1,
"data": {
"account": "0xE9b3a48d15BE316A8e34FAd53fFDFDddf0C3D24b",
"subscriptions": ["orderbook:ETH-27JAN23-1050-P"]
}
}