hl_subscribe JSON-RPC Method
Access to
/hypercore JSON-RPC methods requires a Build plan or higher. View pricing to upgrade. For complete stream type definitions and filtering options, see the datasets documentation. For concurrent stream caps and filter limits by plan, see the Streaming Limits table.Need Low Latency?
For latency-sensitive applications, use HyperCore gRPC instead of WebSocket subscriptions. Quicknode's gRPC streaming API delivers market data with significantly lower overhead and is purpose-built for high-frequency trading and time-critical use cases.
Always send the full JSON-RPC envelope
Subscribe messages on /hypercore/ws must include the complete JSON-RPC envelope: jsonrpc, method, 参数,以及 id. If jsonrpc 或 id is omitted, the message is routed to a different internal parser and rejected with errors such as Invalid message: missing field 'type' 或 -32604.
参数
streamType
字符串
必填
正在加载...
filters
对象
正在加载...
filterName
字符串
正在加载...
退货
结果
对象
正在加载...
类型
字符串
正在加载...
流
字符串
正在加载...
块
对象
正在加载...
local_time
字符串
正在加载...
block_time
字符串
正在加载...
区块号
整数
正在加载...
活动
数组
正在加载...
请求