{
"jsonrpc": "2.0",
"id": 7,
"method": "subscribe",
"params": [
"all_ticker",
{
"symbols": [
"BTC",
"ETH"
]
}
]
}{
"jsonrpc": "2.0",
"id": 2,
"method": "unsubscribe",
"params": [
"0x1a2b3c4d5e6f..."
]
}{
"jsonrpc": "2.0",
"id": 1,
"result": "0x1a2b3c4d5e6f..."
}{
"jsonrpc": "2.0",
"id": 2,
"result": true
}Channel for cross-DEX aggregation subscriptions (available ONLY on the ‘all’ server at wss://api.hypereth.io/v2/all/ws)
{
"jsonrpc": "2.0",
"id": 7,
"method": "subscribe",
"params": [
"all_ticker",
{
"symbols": [
"BTC",
"ETH"
]
}
]
}{
"jsonrpc": "2.0",
"id": 2,
"method": "unsubscribe",
"params": [
"0x1a2b3c4d5e6f..."
]
}{
"jsonrpc": "2.0",
"id": 1,
"result": "0x1a2b3c4d5e6f..."
}{
"jsonrpc": "2.0",
"id": 2,
"result": true
}API key for authentication (required for private channels)
Subscribe to cross-DEX ticker aggregation (ONLY available on 'all' server at wss://api.hypereth.io/v2/all/ws)
Unsubscribe from a channel
Response after subscribing to a channel
Response after unsubscribing from a channel