# Supported Currencies

### Fiat currencies <a href="#fiat-currencies" id="fiat-currencies"></a>

<table data-header-hidden><thead><tr><th></th><th width="118"></th><th></th><th></th></tr></thead><tbody><tr><td>Currency</td><td>Code</td><td>Delivery Rail</td><td>Direction</td></tr><tr><td>Nigerian Naira</td><td><code>NGN</code></td><td><code>BANK_TRANSFER</code> (NIBSS/NIP)</td><td>Off-Ramp &#x26; On-Ramp</td></tr><tr><td>Kenyan Shilling</td><td><code>KES</code></td><td><code>BANK_TRANSFER</code></td><td>Off-Ramp &#x26; On-Ramp</td></tr><tr><td>Ghanaian Cedi</td><td><code>GHS</code></td><td><code>BANK_TRANSFER</code></td><td>Off-Ramp &#x26; On-Ramp</td></tr><tr><td>South African Rand</td><td><code>ZAR</code></td><td><code>BANK_TRANSFER</code></td><td>Off-Ramp</td></tr><tr><td>Ugandan Shilling</td><td><code>UGX</code></td><td><code>BANK_TRANSFER</code></td><td>Off-Ramp</td></tr><tr><td>Tanzanian Shilling</td><td><code>TZS</code></td><td><code>BANK_TRANSFER</code></td><td>Off-Ramp</td></tr><tr><td>US Dollar</td><td><code>USD</code></td><td><code>ACH</code> / <code>WIRE</code></td><td>Off-Ramp &#x26; On-Ramp</td></tr><tr><td>Euro</td><td><code>EUR</code></td><td><code>SEPA</code> / <code>SEPA_INSTANT</code></td><td>Off-Ramp &#x26; On-Ramp</td></tr><tr><td>British Pound</td><td><code>GBP</code></td><td><code>FPS</code></td><td>Off-Ramp &#x26; On-Ramp</td></tr><tr><td>Brazilian Real</td><td><code>BRL</code></td><td><code>BANK_TRANSFER</code></td><td>Off-Ramp</td></tr><tr><td>Turkish Lira</td><td><code>TRY</code></td><td><code>BANK_TRANSFER</code></td><td>Off-Ramp</td></tr></tbody></table>

{% hint style="info" %}
Nigeria (NGN) and Kenya (KES) are priority corridors with the fastest settlement times. Additional corridors are being added, contact the Zynta team for the latest availability.
{% endhint %}

#### Delivery rails <a href="#delivery-rails" id="delivery-rails"></a>

<table data-header-hidden><thead><tr><th width="192"></th><th></th><th></th></tr></thead><tbody><tr><td>Rail</td><td>Description</td><td>Typical Settlement</td></tr><tr><td><code>BANK_TRANSFER</code></td><td>Local bank transfer</td><td>Minutes to hours</td></tr><tr><td><code>ACH</code></td><td>Automated Clearing House (US)</td><td>1-2 business days</td></tr><tr><td><code>WIRE</code></td><td>Wire transfer (US/Global)</td><td>Same day</td></tr><tr><td><code>SEPA</code></td><td>Single Euro Payments Area</td><td>1 business day</td></tr><tr><td><code>SEPA_INSTANT</code></td><td>SEPA instant credit transfer</td><td>Seconds</td></tr><tr><td><code>FPS</code></td><td>Faster Payments Service (UK)</td><td>Seconds</td></tr></tbody></table>


---

# 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.zynta.com/coverage/supported-currencies.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.
