# VyExchangeRateFilterDto

## Properties

| Field          | Type                                                                                              | Description                                            | Required |
| -------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | -------- |
| FromSecretType | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/broken-reference) | Blockchain of the source token                         | ✗        |
| ToSecretType   | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/broken-reference) | 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](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evyordertype)   | The type of order. We only allow \`SELL\` and \`BUY\`. | ✗        |

## References

**Operation**

* [GetExchangeRate](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/broken-reference)
