> For the complete documentation index, see [llms.txt](https://tutorial.copin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.copin.io/how-to-use-hybrid-copy-trading/step-3-generate-api-key.md).

# Step 3: Generate API key

{% hint style="info" %}
API is an abbreviation for application programming interface, and it is used to allow two or more platforms or software to interact. So the API key, in this case, grants certain applications permission to interact.
{% endhint %}

### BingX API&#x20;

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

* Log in to your BingX account and click on the profile icon to reveal a drop-down menu. Select "**API Management**".

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

* Select “**Create API**”.

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

* Type in a label (name) for the API key and press "**Next**". This is an optional name for your API key that is for your eyes only.

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

* To keep your account secure, you must complete the security verification with an “**Email Verification Code**” and “**Authenticator Code**” from Google Authenticator.

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

* Make sure you only select the two items: **Read** and **Perpetual Futures Trading**. Also, choose **Unrestricted**.&#x20;

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

* Click "**Save**" to register your settings and complete the security verification procedures.

{% hint style="info" %}
*Please note: The Secret Key only shows once and will be hidden after refreshing or closing the page. Please keep it securely!*&#x20;
{% endhint %}

### Bitget API

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

* Click on your profile in the top right-hand corner of the screen and go to the "**API keys**" tab or visit <https://www.bitget.online/account/newapi>

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

* Read and agree to Bitget's API Keys Terms & Conditions

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

* Click "Create API Key"

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

* Click "System-generated"

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

* Create "Passphrase (API token)" API & select "Read-write"

<figure><img src="/files/111tnn7wKBznImVv2MwW" alt=""><figcaption></figcaption></figure>

* Ensure only "**Orders**", "**Holdings**" and "**Trade**" are selected

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

* Complete the process with a final security verification then "**Confirm**"

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

* The Access APIKey and SecretKey are displayed, so let's copy and fill in[ Copin Wallet Management](https://app.copin.io/wallet-management)


---

# 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.copin.io/how-to-use-hybrid-copy-trading/step-3-generate-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.
