# VyTransakOffRampUrlRequest

## Properties

| Field                  | Type                                                                                  | Description                                                                                                                                                | Required |
| ---------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| FiatCurrency           | string                                                                                | The code of the fiat currency you want your user to buy/sell cryptocurrency                                                                                | ✗        |
| CryptoAmount           | long                                                                                  | The amount in crypto currency showing how much crypto your user wants to sell. If this is passed, the user can't change the crypto amount.                 | ✗        |
| CryptoCurrency         | [VyCryptoCurrency](/sdk-reference/c-sdk-v3/object-references/pay/vycryptocurrency.md) |                                                                                                                                                            | ✗        |
| RedirectUrl            | string                                                                                | Once the customer has completed the purchase/sell process, Transak will redirect back to this URL with additional order info appended to it as parameters. | ✗        |
| Email                  | string                                                                                | The email that will be used to identify your user and their order                                                                                          | ✗        |
| IsFeeCalculationHidden | bool                                                                                  | If this is set to \`true\`, your user won't see a detailed breakdown of fees—they'll only see the total fee                                                | ✗        |
| HideMenu               | bool                                                                                  | When \`true\`, then the user will not see the menu options. This will hide the menu completely.                                                            | ✗        |

## References

**Operation**

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


---

# 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://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/pay/vytransakofframpurlrequest.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.
