> 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/object-references/pay/vygetcurrenciesresultdto.md).

# VyGetCurrenciesResultDto

## Properties

| Field  | Type                                                                            | Description                                                                                                                                                                 | Required |
| ------ | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| Fiat   | [VyFiatRampDto](/sdk-reference/c-sdk-v3/object-references/pay/vyfiatrampdto.md) | This array includes all the supported fiat currencies for the specific provider.                                                                                            | ✗        |
| Crypto | [VyCryptoDto](/sdk-reference/c-sdk-v3/object-references/pay/vycryptodto.md)     | This array includes all the supported crypto currencies for the specific provider indicates and indicates if the crypto currency is supported for an onramp and/or offramp. | ✗        |

## References

**Operation**

* [GetCurrencies](/sdk-reference/c-sdk-v3/function-references/pay/fiat-on-off-ramp/getcurrencies.md)
