# Private endpoints | HTTP

### General Info

* Base URL: `https://api.earnbit.com`
* Adhere to the [authorization principles](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/authentication-and-api-keys.md).
* Use the `POST` HTTP method.
* Endpoints will return data as either a JSON object or a JSON array.

### Authentication details:

{% content-ref url="/pages/wYSAveRDc5aTVMKxJfGD" %}
[Authentication and API Keys](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/authentication-and-api-keys.md)
{% endcontent-ref %}

### List of private endpoints:

{% content-ref url="/pages/fmGx3aTaaTHdZY7mqfcE" %}
[Create Limit Order](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/create-limit-order.md)
{% endcontent-ref %}

{% content-ref url="/pages/gRMQvLHT1HkmlIDNanfG" %}
[Cancel Order](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/cancel-order.md)
{% endcontent-ref %}

{% content-ref url="/pages/pTg7IYy6PF0dk1F6dTAO" %}
[My Active Orders](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/my-active-orders.md)
{% endcontent-ref %}

{% content-ref url="/pages/sASdIoX939RMN9aMQzDH" %}
[All My Trade Balances](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/all-my-trade-balances.md)
{% endcontent-ref %}

{% content-ref url="/pages/brXOFLvHui9DYiIUIEzB" %}
[My Specific Trade Balance](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/my-specific-trade-balance.md)
{% endcontent-ref %}

{% content-ref url="/pages/h4BrUzjpnMYD1s8zZQ6Z" %}
[My Order Info](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/my-order-info.md)
{% endcontent-ref %}

{% content-ref url="/pages/HO4C0aF7uf1Aihn3GVJz" %}
[My Trades Info](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/my-trades-info.md)
{% endcontent-ref %}

{% content-ref url="/pages/GRorFOqaBhTTmr8JHZMy" %}
[My Order History](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/my-order-history.md)
{% endcontent-ref %}

{% content-ref url="/pages/NQ7g6p4roNT752id248K" %}
[My Order History List](/earnbit/developers/exchange-api-documentation/private-endpoints-or-http/my-order-history-list.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/private-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.
