> For the complete documentation index, see [llms.txt](https://docs.finandy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finandy.com/es/exchange/finandy/api-keys.md).

# Llaves API

Finandy Exchange le permite generar claves API y operar a través de ellas con servicios de terceros o recopilar datos analíticos.

{% hint style="info" %}
Estas claves API se pueden añadir al terminal Finandy cuando se opera en la sección de claves API de Binance.
{% endhint %}

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/254341c4-ac26-43c9-a09e-ff6ee2099d94/image.png" alt=""><figcaption></figcaption></figure>

Seleccione **Finandy** Exchange en la parte superior derecha y la opción de **menú Cuenta/Claves API.**

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/fcd134dd-8270-402b-909c-e630d0e5cbfb/image.png" alt=""><figcaption></figcaption></figure>

1. Ingrese un nombre.
2. Marque los permisos necesarios en la clave API para operar. \ <mark style="color:red;">**Si no se marca, la clave API tendrá permisos de sólo lectura.**</mark>
3. Añada una lista de direcciones IP de servidores desde donde se enviarán las solicitudes de claves API.
4. Pulse la tecla "Crear API".

## Nota

1. La lista blanca NO PUEDE contener direcciones que empiecen por:

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

2\. Más información sobre el funcionamiento de la API y los puntos finales, haga clic aquí:

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

**¿Tiene alguna duda? Podemos ayudarte en nuestro chat de Telegram.**

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.finandy.com/es/exchange/finandy/api-keys.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
