# Transfers

This section covers Transfers, which serves as the hub for managing both crypto and fiat transfers. This section guides users to two key areas: [**Crypto Transfers**](/api-endpoints/transfers/crypto-transfers.md) and [**Fiat Transfers**](/api-endpoints/transfers/transfers.md), each handling respective currency transactions.

The API supports both internal and external transfers, allowing seamless movement of funds within the platform and to external accounts or wallets. Navigate to dedicated pages for detailed instructions and endpoint references tailored to each transfer type.


---

# 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://customer-api-docs.ibanera.com/api-endpoints/transfers.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.
