> 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-binance-api-key.md).

# How to Create and Set Binance API key

Here, we show you how to generate and connect Binance API key to the Doblox trading platform.

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 a unified 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 personal data as **Doblox** also **does not access any funds management (withdrawals & deposits)**.

* **API Key (Access Key):** This key authenticates users and specifies which account is connecting to the third-party service.
* **Secret Key:** This key establishes an additional security layer by demanding a confidential token for request authentication.
* **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;

**How to create a Binance API key?**&#x20;

First of all, please note that before connecting your Doblox account to your Binance account, you should:

1. register for a ‌Binance account (If you haven't created an account yet, you can start the process by following [this link](https://accounts.binance.com/register?ref=399789405))
2. Make a deposit of any amount into your Spot Wallet to activate it
3. Complete identity verification
4. And enable [two-factor authentication (2FA)](https://www.binance.com/en/support/faq/account-functions?c=1\&navId=1#11) on your account (Here is the [guide](https://www.binance.com/en/support/faq/how-to-enable-google-authentication-2fa-and-frequently-asked-questions-115000433432) in Binance website)

There are two ways to connect your Binance account to Doblox; Choose the one that suits you more below:

{% content-ref url="/pages/9n96v4tmXcx2E1TkXSoe" %}
[Create Binance Fast API](/how-to-create-and-set-binance-api-key/create-binance-fast-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/sY4NL4D6Bxl7MK9hPPOO" %}
[Create Binance API Manually](/how-to-create-and-set-binance-api-key/create-binance-api-manually.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-binance-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.
