Channels
Spot feed
Channel name: spot_feed.{currency}. Public channel that streams the spot price feed for a given underlying, where selects the asset (e.g. ETH or BTC).
WSS
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Channel name: spot_feed.{currency}. Public channel that streams the spot price feed for a given underlying, where selects the asset (e.g. ETH or BTC).
{
"id": 1,
"method": "subscribe",
"params": {
"channels": [
"orderbook.ETH-PERP.10.20"
]
}
}No examples foundNo examples foundSend to subscribe: list this channel's address (with the {param} segments filled, e.g. orderbook.ETH-PERP.10.20) in params.channels.
Send to unsubscribe: list the channel addresses to drop in params.channels, or omit it to unsubscribe from everything.
{
"id": 1,
"method": "subscribe",
"params": {
"channels": [
"orderbook.ETH-PERP.10.20"
]
}
}No examples foundNo examples found