> For the complete documentation index, see [llms.txt](https://wiki.onfa.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.onfa.io/sp/cartera/deposito-y-retiro/historial-de-transacciones.md).

# Historial de Transacciones

#### 1. Cómo **Acceder?**

* Ve a **“Cartera”.**
* Selecciona **“Cartera principal”.**
* Desplácese hacia abajo para ver la lista de criptomonedas y saldos.

  <figure><img src="https://3543960588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHVUlozWTsEZi0p2AOyyB%2Fuploads%2FuczcdGSSYmyYjZQ6ah97%2F2025-06-20_10-12-40.png?alt=media&#x26;token=22bfcb8e-2b8d-4d8f-adbf-7f33bcac35e9" alt="" width="375"><figcaption></figcaption></figure>

#### **2. Detalles del historial de transacciones.**

Al seleccionar una criptomoneda específica, verá:

* **El historial completo** de depósitos/retiros para esa criptomoneda.
* **Información detallada** para cada transacción:
  * Estado: Éxito/En proceso/Fallida.
  * Tipo de transacción: Depósito o Retiro.
  * Tiempo de ejecución.
  * Monto de criptomonedas.

    <figure><img src="https://3543960588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHVUlozWTsEZi0p2AOyyB%2Fuploads%2FyVKxbXLVJpSovTeXKbua%2Fimage.png?alt=media&#x26;token=cbd90f87-2610-4d90-a560-d80f0feeddce" alt="" width="215"><figcaption></figcaption></figure>

#### **3. Gestión de visualización de monedas.**

* Toque **el ícono "+" en la sección Activos de la cartera principal** para:
  * Mostrar las criptomonedas en la lista principal.
  * Ocultar las criptomonedas de la lista principal.

    <figure><img src="https://3543960588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHVUlozWTsEZi0p2AOyyB%2Fuploads%2FjGG21lNwW7guNKywGFhw%2Fimage.png?alt=media&#x26;token=4c2b1b80-65f0-4e9b-b108-ee06a839e8e5" alt="" width="249"><figcaption></figcaption></figure>

> **Consejos de uso:**
>
> * Revise regularmente el historial para monitorear los flujos de efectivo.
> * Use la función de ocultar moneda para mantener una cartera más organizada.
> * Siempre verifique la información cuidadosamente antes de confirmar una transferencia.


---

# 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://wiki.onfa.io/sp/cartera/deposito-y-retiro/historial-de-transacciones.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.
