> 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/wallet/vyexchangeratefilterdto.md).

# VyExchangeRateFilterDto

## Properties

| Field          | Type                                                                           | Description                                            | Required |
| -------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------ | -------- |
| FromSecretType | [eVyChain](broken://pages/IDypnIVjo3ICM9ORgxYZ)                                | Blockchain of the source token                         | ✗        |
| ToSecretType   | [eVyChain](broken://pages/IDypnIVjo3ICM9ORgxYZ)                                | Blockchain of the destination token                    | ✗        |
| FromToken      | string                                                                         | Token address of the source token                      | ✗        |
| ToToken        | string                                                                         | Token address of the destination token                 | ✗        |
| Amount         | float                                                                          | The amount of tokens to swap                           | ✗        |
| OrderType      | [eVyOrderType](/sdk-reference/c-sdk-v3/object-references/enum/evyordertype.md) | The type of order. We only allow \`SELL\` and \`BUY\`. | ✗        |

## References

**Operation**

* [GetExchangeRate](broken://pages/WLC6JqX0qrYa0dJkIFrZ)
