# Real-Time Websocket Streams

This is designed for professional data consumers: trading teams, market makers, analytics platforms, execution tools, alerting systems, quant researchers, wallet intelligence products, and teams building directly on top of Hyperliquid.

#### What we can stream

We can provision real-time streams across several major data categories:

* **Order streams**\
  Stops, take profits, limit orders, increase orders, reduce-only orders, and other live order activity.
* **Fill streams**\
  Real-time fills across Hyperliquid, suitable for execution monitoring, flow analysis, volume tracking, wallet surveillance, and trade reconstruction.
* **Wallet streams**\
  Live wallet-level updates, including positions, fills, orders, transfers, balances, PnL changes, and other account activity.
* **Custom streams**\
  Need a specific filter, symbol universe, wallet list, cohort, derived signal, or transformed dataset? We can build custom streams around your use case.

#### Infrastructure

HyperTracker is not just a thin wrapper around public data. We operate dedicated Hyperliquid data infrastructure, including read-only nodes, fill processing pipelines, wallet intelligence systems, cohort engines, and derived data layers.

Our infrastructure currently runs from multiple nodes including Tokyo, and for larger customers we can discuss regional deployment options where latency requirements justify it.

#### Commercial access

WebSocket streams are provisioned privately based on your data requirements, throughput, latency profile, and intended use case.

Because real-time streams are materially more infrastructure-intensive than standard REST API access, they are not currently available as public self-serve endpoints. Access is arranged directly with our team after scoping the required stream.

#### Request access

Reach out with the stream type you need, the data fields you want, your expected message volume, and any latency requirements.

We can arrange a demo, provide sample data, and scope a production setup.

**Email:** <support@coinmarketman.com>\
**Telegram:** <https://t.me/HyperTrackerio>\
**Discord:** [https://discord.gg/FaXVPH6YVN](https://discord.gg/gGyNmEbmGW)\
**X:** <https://x.com/HyperTracker>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coinmarketman.com/real-time-websocket-streams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
