# 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" %}

```javascript
public getCurrencies(provider: VyRampProviderType) : VyPromise<VyGetCurrenciesResultDto>
```

{% endcode %}

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

| provider | [VyRampProviderType](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vyrampprovidertype) |   |
| -------- | ----------------------------------------------------------------------------------------------------------- | - |

**Returns**

VyPromise<[VyGetCurrenciesResultDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/pay/vygetcurrenciesresultdto)>
{% endtab %}
{% endtabs %}
