# API keys

Create API keys at Finandy Exchange for external trading or analytics purposes.

{% hint style="info" %}
API keys can be added to Finandy terminal for trading on Binance exchange using the API key.
{% endhint %}

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

Select **Finandy** exchange in the top right corner and navigate to the **Account/API Keys menu.**

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

1. Enter a name.
2. Ensure that the API key has the necessary permissions for trading. \ <mark style="color:red;">**By unchecking all checkboxes, the key is limited to read-only permissions.**</mark>
3. Add a list of authorized IP addresses for API key usage.
4. Click "Create API key".

## **Note**

1. White lists CANNOT contain addresses that begin with:

* 192.168.*.\**
* 172.*.*.\*
* 10.*.*.\*
* 127.*.*.\*
* 0.0.0.0

2\. Learn more about API and endpoints here:

{% embed url="<https://binance-docs.github.io/apidocs/spot/en/#general-info>" %}

**Do you have any questions? We can help you in our Telegram chat.**

{% embed url="<https://t.me/finandy>" %}


---

# 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.finandy.com/exchange/finandy/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.
