# GetCurrencies

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

```cpp
void GetCurrencies(EVyRampProviderType Provider, const FVyOnGetCurrenciesComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Provider   | [EVyRampProviderType](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/pay/enum/evyrampprovidertype) |                                                                                         |
| ---------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnGetCurrenciesComplete                                                                                          | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetCurrenciesComplete)\
Contains a [FVyGetCurrenciesResultDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/pay/fvygetcurrenciesresultdto) response type
