# Websockets

**Main WS :** *'wss\://news.treeofalpha.com/ws'*

This websocket is the one which has the most sources ( twitter, blogs, telegram . . ).&#x20;

It's accessible to every user but only subscribers have access to advanced sources. Users with Sprout/Sapling or NFT account need to authentificate with their [API key](https://tree-to-3.gitbook.io/tree-terminal-1/~/changes/CAv7CVHRSSORiqioFMpo/websockets/api-key) on the websocket to remove delays.

**Tokyo WS :** '*ws\://tokyo.treeofalpha.com:5124'*

This websocket is exclusively for subscribers. Its mostly to bot news ( Binance/Bybit listing, launchpad etc. ).

Being based in Tokyo, it offers proximity to Binance and Bybit servers, optimizing milliseconds for transactions. The connection method is the same as the Main Websocket.

**Like/Dislike WS :** *'wss\://news.treeofalpha.com/ws/likes'*

This websocket is available free for all and streams live likes/dislikes on news.

Click [here](https://tree-to-3.gitbook.io/tree-terminal-1/~/changes/CAv7CVHRSSORiqioFMpo/websockets/like-dislike-feature) to get more details.


---

# 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.treeofalpha.com/websockets.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.
