# Creating an API Key

On the welcome page for new users, click the **Settings** button to add your first API Key.

You can add multiple keys if you wish.

{% hint style="info" %}
Tip: it's good security practice to create a separate Key for each platform you use
{% endhint %}

<figure><img src="/files/E06ljobu2EnejIWWoutP" alt=""><figcaption></figcaption></figure>

Before you can add an API key, you need to create one on your exchange account. The process is different for each exchange. We have guides below for each of the exchanges we support

{% content-ref url="/pages/YuCEYMRMbfa7a5RHnHAh" %}
[Creating a Bybit API Key](/documentation/setup/creating-an-api-key/creating-a-bybit-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/CT3j1L3XxAs3x0vSpx65" %}
[Creating a Binance Key](/documentation/setup/creating-an-api-key/creating-a-binance-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/uJ45NxQVVgVkcfQnjH4f" %}
[Creating an OKX API Key](/documentation/setup/creating-an-api-key/creating-an-okx-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/z62NIN9Lu5gWXbxwEff1" %}
[Creating a Bitmex API Key](/documentation/setup/creating-an-api-key/creating-a-bitmex-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/CoLzn5CgNqTNUn1GDkyd" %}
[Creating a Bitget API Key](/documentation/setup/creating-an-api-key/creating-a-bitget-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/YqZ6HSoAkL4vY0xT5l5G" %}
[Creating a Coinbase API Key](/documentation/setup/creating-an-api-key/creating-a-coinbase-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/Fh6cGPdBTRH4hTohBAal" %}
[Creating a Blofin API Key](/documentation/setup/creating-an-api-key/creating-a-blofin-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/IUcnmnMcRN2s2nHJqb4o" %}
[Creating an Apex API Key](/documentation/setup/creating-an-api-key/creating-an-apex-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZgJpVgCByJpze844TTja" %}
[Creating a Kraken API Key](/documentation/setup/creating-an-api-key/creating-a-kraken-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/dGJGNIgFkpJXiEjXXRds" %}
[Creating a Nado API Key](/documentation/setup/creating-an-api-key/creating-a-nado-api-key.md)
{% endcontent-ref %}

If you already have a key you wish to use, you can skip to the final section:

{% content-ref url="/pages/uDH8Nsaigzfd4VV9IUwY" %}
[Adding your API Key to the Terminal](/documentation/setup/adding-your-api-key-to-the-terminal.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://docs.insilicoterminal.com/documentation/setup/creating-an-api-key.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.
