> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/pay/fiat-on-off-ramp/getcurrencies.md).

# GetCurrencies

### Description

Get all supported fiat currencies and crypto currencies for a specific provider. The response includes the `fiat` and `crypto` arrays. The `fiat[]` array includes all the supported fiat currencies for the specific provider, and the `crypto[]` array includes all the supported crypto currencies for the specific provider.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyGetCurrenciesResultDto> GetCurrencies(eVyRampProviderType provider)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| provider | [eVyRampProviderType](/sdk-reference/c-sdk-v3/object-references/enum/evyrampprovidertype.md) |   |
| -------- | -------------------------------------------------------------------------------------------- | - |

**Returns**

VyTask<[VyGetCurrenciesResultDto](/sdk-reference/c-sdk-v3/object-references/pay/vygetcurrenciesresultdto.md)>
{% endtab %}
{% endtabs %}
