# Public endpoints | HTTP

### Details

* Base URL: `https://api.earnbit.com`&#x20;
* Use the `GET` HTTP method.
* Endpoints will return data as either a JSON object or a JSON array.
* If parameters are required by an endpoint, they should be sent in the query string.
* Each public endpoint can also be used as a `POST` request with [authentication](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/authentication-and-api-keys.md) (similar to [private endpoints](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http.md)) to allow you to access more data. "Public endpoints" subsections contain both examples.

### List of public endpoints:

{% content-ref url="/pages/ppOvQTIpWRjeUn4ijvjK" %}
[Pairs List](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/pairs-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/A7R0l8xcQlMMnQRuLsqY" %}
[Pairs Stats](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/pairs-stats.md)
{% endcontent-ref %}

{% content-ref url="/pages/KzhsEBnV1TrOMvd9PtYa" %}
[Specific Pair Stats](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/specific-pair-stats.md)
{% endcontent-ref %}

{% content-ref url="/pages/rfFdKfWoPH7kPXyOa9Zz" %}
[Order Book Data](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/order-book-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/JXfHjolx6MnZ5wcBFI50" %}
[Market History](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/market-history.md)
{% endcontent-ref %}

{% content-ref url="/pages/ukIxwrXyJE1ksZwpyaID" %}
[Market History Data](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/market-history-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/tvuAN64anmKiujrAJUIw" %}
[Products](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/products.md)
{% endcontent-ref %}

{% content-ref url="/pages/cLUqwAQopvhXPm2Zr4re" %}
[Symbols](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/symbols.md)
{% endcontent-ref %}

{% content-ref url="/pages/7fwX1WJg5WL12NvpxB5N" %}
[Depth List](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/depth-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/utZCFKYgSSjGohuruyW5" %}
[Chart Data KLine](/earnbit/developers/exchange-api-documentation/public-endpoints-or-http/chart-data-kline.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-endpoints-or-http.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.
