# BitFinex - API Import Guide

Please follow the instructions in the pictures below:

**Step 1: Generate Your API key**\ <mark style="color:red;">Managing API keys is not currently supported on the Coinbase Pro mobile app.</mark>\
\
**1.1** Sign into your BitFinex([https://www.bitfinex.com](https://www.bitfinex.com/)) account with web browser, click on the **\[**<mark style="color:blue;">**User Icon**</mark>**]** in the top right of the main page. and then click **\[**<mark style="color:blue;">**API Keys**</mark>**] - \[**<mark style="color:blue;">**Create New Key**</mark>**]**, As follow:

<figure><img src="/files/6YyLVbT9xqLLy4q2dSxy" alt=""><figcaption></figcaption></figure>

**1.2** On the **\[**<mark style="color:blue;">**Create New Key**</mark>**]** page, select the permissions as in the example below. Make sure that you set the following permissions "On".\
Enter **\[**<mark style="color:blue;">**API key nickname**</mark>**]**; Finally click **\[**<mark style="color:blue;">**Generate API key**</mark>**]**, As follow:\
\
**IP Addresses of the uTrading server:** \ <mark style="color:red;">13.213.132.125,13.251.83.60,18.139.102.94,3.1.7.213,46.137.215.117,52.220.111.151,52.220.117.151,52.220.31.227,52.77.45.93,54.169.15.234,13.215.122.202,18.136.175.80,18.141.82.149,18.142.40.60,18.142.65.141,3.0.128.217,3.0.26.171,52.221.111.151,52.221.18.185,54.179.229.52</mark>

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

**1.3** Enter your verification code to complete the 2-factor authentication, and then click **\[**<mark style="color:blue;">**Authenticate**</mark>**].** As follow:

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

**1.4** After authenticating request, you will get an e-mail similar to the one below. Open it and click **\[**<mark style="color:blue;">**CREATE API KEY**</mark>**]**. As follow:

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

**1.5** Copy and Save your Secret Key in a secure location for your account's safety. As follows:\ <mark style="color:red;">(Please note: the Secret Key will not be shown in the API List once you leave this page)</mark>

<figure><img src="/files/88GguX4yD33cbCAwvawj" alt=""><figcaption></figcaption></figure>

**Step 2: Linking Your API Key with uTrading.**

**2.1** Open the uTrading APP, go to the **\[**<mark style="color:blue;">**Home**</mark>**]** page, and then click **\[**<mark style="color:blue;">**API Binding**</mark>**]**. As follows:

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

**2.2** Enter the **\[**<mark style="color:blue;">**API Binding**</mark>**]** page, and then click **\[**<mark style="color:blue;">**BitFinex**</mark>**]**. As follow:

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

**2.3** Open the API import page, paste the **\[**<mark style="color:blue;">**API Key**</mark>**]** and **\[**<mark style="color:blue;">**Secret Key**</mark>**]** from the BitFinex into uTrading, click **\[**<mark style="color:blue;">**Import**</mark>**]** after filled. As follow:

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

Success! If you have successfully completed these steps, the status will show as "API is running normally".


---

# 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://help.utrading.io/en/exchange/create-api/bitfinex-api-import-guide.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.
