# Public methods | WEBSOKET

{% hint style="info" %}
The connection will be closed by the server in case of inactivity from the client after 60 seconds.
{% endhint %}

### List of public methods:

{% content-ref url="/pages/Zv8dfdXRYPxqXDcx1qJ0" %}
[Ping-Pong](/earnbit/developers/exchange-api-documentation/public-methods-or-websoket/ping-pong.md)
{% endcontent-ref %}

{% content-ref url="/pages/AO2aoXwOlZo8bXtILPUF" %}
[System Time](/earnbit/developers/exchange-api-documentation/public-methods-or-websoket/system-time.md)
{% endcontent-ref %}

{% content-ref url="/pages/sG3qCIIEXxdlX2LCOaaD" %}
[KLine methods](/earnbit/developers/exchange-api-documentation/public-methods-or-websoket/kline-methods.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZJ20AcwFAc3YDAzTrxVu" %}
[Market Price methods](/earnbit/developers/exchange-api-documentation/public-methods-or-websoket/market-price-methods.md)
{% endcontent-ref %}

{% content-ref url="/pages/Vnl3a2IoN09I2x3426k9" %}
[Market Status methods](/earnbit/developers/exchange-api-documentation/public-methods-or-websoket/market-status-methods.md)
{% endcontent-ref %}

{% content-ref url="/pages/IEAjha7pNlffYgeRQ1zu" %}
[Deals methods](/earnbit/developers/exchange-api-documentation/public-methods-or-websoket/deals-methods.md)
{% endcontent-ref %}

{% content-ref url="/pages/yKNjHWxu0j5NpytmbYrC" %}
[Depth methods](/earnbit/developers/exchange-api-documentation/public-methods-or-websoket/depth-methods.md)
{% endcontent-ref %}


---

# 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://earnbit.gitbook.io/earnbit/developers/exchange-api-documentation/public-methods-or-websoket.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.
