# BingX API Keys

{% hint style="info" %}
Before proceeding, make sure you have enabled 2FA on your Bingx account as it is needed for API creation.
{% endhint %}

Step 1: Go to API Management under “User Icon” on Top right of your screen.

<figure><img src="https://2124470125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MaF_FdqA653li6L3r6W%2Fuploads%2FBALBlHonlLuzVnB0VOf5%2Fimage.png?alt=media&#x26;token=e1163782-fce0-4a25-9bda-e63370759f04" alt=""><figcaption><p>Step 1</p></figcaption></figure>

Step 2: Click on Create API, (you may not have any API keys listed already)

<figure><img src="https://2124470125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MaF_FdqA653li6L3r6W%2Fuploads%2FeWZ869VcNEmoLRW19FHv%2Fimage.png?alt=media&#x26;token=b5244fd3-4cfb-4be5-bb9a-8cfac4b2fed0" alt=""><figcaption><p>Step 2</p></figcaption></figure>

Step 3: Enter Label for API key and check the right permissions. (Note: IP whitelist is not needed for beta testing, should be left empty) and click confirm.

{% hint style="warning" %}
Don’t use ‘127.0.0.1’ IP as this is only used as an example here. Real IP would be mentioned in docs in the future. (leave that field empty for now)
{% endhint %}

<figure><img src="https://2124470125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MaF_FdqA653li6L3r6W%2Fuploads%2FUnFxhtLjAABZd3zp7mln%2Fimage.png?alt=media&#x26;token=508fb392-b109-49f1-8d3a-7e5c07c6768e" alt=""><figcaption><p>Step 3 </p></figcaption></figure>

Step 4: Enter your 2FA details and click confirm.

<figure><img src="https://2124470125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MaF_FdqA653li6L3r6W%2Fuploads%2Fjbcjw8TrFyQN1iWHXusN%2Fimage.png?alt=media&#x26;token=05a9bd82-5076-4044-b78b-ab1e07243253" alt=""><figcaption><p>Step 4</p></figcaption></figure>

Step 5: Copy your API key and Secret key to enter in Crypticorn dashboard.

<figure><img src="https://2124470125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MaF_FdqA653li6L3r6W%2Fuploads%2Fmqjn639pKmzcgxs8o5Bm%2Fimage.png?alt=media&#x26;token=58c78800-1ab8-4602-bdf6-a017b3d5ca7f" alt=""><figcaption><p>Step 5</p></figcaption></figure>

NOTE:

{% hint style="danger" %}
Your funds for trading need to be in your "Futures Account" under "USD-M Perp". NOT Std. Futures.
{% endhint %}

<figure><img src="https://2124470125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MaF_FdqA653li6L3r6W%2Fuploads%2Fwwke3qGw4jTbrjqBg372%2Fimage.png?alt=media&#x26;token=18dbf2eb-c29d-42eb-b955-89762ed5e24f" alt=""><figcaption><p>Funds for BingX need to be future perps, not Std. Futures</p></figcaption></figure>


---

# 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.crypticorn.com/how-to-create-api-keys/create-api-keys/bingx-api-keys.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.
