> For the complete documentation index, see [llms.txt](https://tutorial.doblox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.doblox.com/how-to-create-and-set-up-coinex-api-key.md).

# How to create and set up Coinex API key

Doblox is a trading platform that allows you to trade and analyze in numerous cryptocurrency exchanges, monitor media and social media and use many other features in an all in one interface.

To do so, you should use an exchange API key. This is a safe and reliable way to use a trading platform because it does not give access to your confidential data as **Doblox** also **does not access any funds management (withdrawals & deposits).**

1. **API Key (Access Key):** This key authenticates users and specifies which account is connecting to the third-party service.
2. **Secret Key:** This key establishes an additional security layer by demanding a confidential token for request authentication.
3. **IP Whitelist:** In late 2022, as a result of heightened security measures, exchanges started expiring API keys periodically. Consequently, platforms like Doblox now offer the ability to specify IP whitelist addresses, aiming to enhance security without burdening users with the need to frequently change API keys.

Note: You can connect several exchange accounts to your Doblox account to speed your trading and make it more sophisticated and smoother with less stress and exhaustion.&#x20;

1. Login into your Coinex account.
2. Click on profile (the dummy icon on the upper right-hand corner of the screen). When the drop-down menu is open, choose the “API Management” option.&#x20;

<figure><img src="/files/hFphFkjA7qkCyfPhDYsQ" alt="Create Coinex API key and Secret Key"><figcaption></figcaption></figure>

3. A new page pops up. Click on “Create API” (Here it asks you ro bind mobile OR TOTP Authentication, if you haven’t done it yet.)

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

4. A pane appears. Choose a name for the API and write it in the “API Ramark” field. Then in the “Permission” section **check the trade** box (Make sure **“deposit” and “withdraw” boxes are unchecked**). Now do the Mobile or TOTP verification and click on “Create”.

<figure><img src="/files/tq5EB4oIJLbqN6RtfbQw" alt="" width="563"><figcaption></figcaption></figure>

5. Your “Access ID (API key)” and “Secret Key” are ready. **Copy and record the keys** in a secure location to use them in further steps below (**We insist on recording them** somewhere else because the “Secret Key” might be shown just once and goes away as you close the pane or go to another page).&#x20;

<figure><img src="/files/7h4vVtgBZSbyDBm2ioOf" alt="" width="563"><figcaption></figcaption></figure>

6. Now go back to your account in Doblox and follow the instructions below.

7. When you enter your Doblox account, click on the profile (dummy icon) on the upper right-hand corner of the panel and choose the “Exchange Management” option.

   <figure><img src="/files/jcSlARMiVCfrvq2U79lr" alt="Add Coinex API key to Doblox"><figcaption></figcaption></figure>

8. A pane is open, choose the “Exchanges/Wallets” tab.&#x20;

9. In this tab, click on the “+ Exchange” button on the right of the page.

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

10. Another pane is open which you should fill the fields with the information (Keys) you received from Coinex (You can fill the “Nickname” field with whatever name you like. Here we suggest filling it with “My Coinex”).

<figure><img src="/files/MKHsZEtLslBdvvkBtZy7" alt="" width="563"><figcaption></figcaption></figure>

11. Choose Coinex from the first drop-down field (Exchange).

<figure><img src="/files/xvMQaOsJiAdxa3RfFG1t" alt="" width="375"><figcaption></figcaption></figure>

12. Fill the “API key” and “Secret key” Fields with the given keys that you took from Coinex.&#x20;

<mark style="color:red;">Important: You can use the code in the “API Whitelist” field for future steps.</mark>&#x20;

13. Now click on the “Add Exchange” button.&#x20;

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

14. Now your Coinex account is connected to Doblox and you can enjoy trading. Please check if the API is **synced** by going to \[profile > “Exchange Management” > “Exchanges | Wallets” tab].&#x20;

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

<mark style="color:red;">**Note: For avoiding API key expirations after specific days you need to do some additional steps which you’ll find these IP Whitelisting steps in the following article:**</mark>

{% content-ref url="/pages/Dev3LEf3XbDT3OOsJGlG" %}
[Set Doblox IP Whitelisting on Coinex](/how-to-create-and-set-up-coinex-api-key/set-doblox-ip-whitelisting-on-coinex.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://tutorial.doblox.com/how-to-create-and-set-up-coinex-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.
