> For the complete documentation index, see [llms.txt](https://apidocs.tradebit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.tradebit.io/quick-start.md).

# Quick Start

{% hint style="info" %}
**Note :** For using our APIs first you need to generate API key.
{% endhint %}

## **Obtain API Keys**

* Log in to your Tradebit account.
* Navigate to API Management and create a new API key.

## **Make Your First API Request**

* Use the API key and secret to authenticate your requests.
* Construct a simple API request to retrieve account information or market data. Here's an example using cURL                                                                                     &#x20;

{% tabs %}
{% tab title="Curl" %}

```
curl -H "X-MBX-APIKEY: YOUR_API_KEY" "https://api.tradebit.io/api/login
```

{% endtab %}
{% endtabs %}

Replace [<mark style="color:orange;">`YOUR_API_KEY`</mark>](#user-content-fn-1)[^1] with your actual API key.

[^1]:
