# Creating a Cryptocom API Key

{% embed url="<https://youtu.be/E95rAduz2YA>" %}

Login to your account on Crypto.com, open the profile menu in the top right -> Account Management -> API Management and click **Create a New API Key**.

<figure><img src="/files/4YVrBUaj6rjHnbXHVVv3" alt=""><figcaption></figcaption></figure>

Give your Api Key a **Name and enter your 2FA code.**

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

In the next screen, copy your secret key and paste it into Insilico Terminal under **Secret Key**. This is important, because it won't be displayed again.&#x20;

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

Next, click the **Edit** button for your API Key.&#x20;

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

### IP Access Restrictions <a href="#ip-access-restrictions" id="ip-access-restrictions"></a>

Insert the IP Whitelist and make sure **Enable Trading** is selected. Then copy the API Key to Insilico Terminal's API Key field, click continue on Crypto.com and confirm your 2FA code.&#x20;

```
18.180.195.116, 13.114.235.19, 18.181.102.105, 35.75.215.133, 54.65.212.219, 52.196.177.46, 35.76.223.130, 35.77.250.223, 18.180.239.100, 3.113.78.104, 18.181.158.39, 54.65.86.241, 52.199.152.174, 54.250.232.158, 52.69.38.104, 54.64.139.96, 52.194.90.124, 13.113.149.88, 52.199.229.99, 43.206.9.80, 54.150.160.59, 52.197.231.212, 13.114.162.121, 18.179.173.44, 52.68.79.101, 54.95.43.20, 54.92.115.167, 54.92.84.241, 54.64.37.174, 54.92.48.235
```

{% hint style="info" %}
It's important you copy and paste **all** of the IPs. There are 30 in total.
{% endhint %}

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

Click connect and you are ready to trade through the Terminal.


---

# 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.insilicoterminal.com/documentation/setup/creating-an-api-key/creating-a-cryptocom-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.
