# NonWalletQuoteResponse
## Properties
**protocol** | [**models::SwapProviderProtocolsEnum**](SwapProviderProtocolsEnum.md) | |
**input_amount** | **String** | The amount of tokens the swapper will provide |
**input_asset** | **String** | The id of the asset the swapper will provide |
**slippage_tolerance** | **f64** | The slippage tolerance is a percentage. The slippage tolerance is the maximum amount the price can change between the time the transaction is submitted and the time it is executed |
**output_min_amount** | **String** | The minimum amount of tokens the swapper will receive |
**output_max_amount** | **String** | Maximum amount of tokens that the swapper will receive |
**output_asset** | **String** | The id of the asset the swapper will receive |
**additional_data** | [**models::ProviderAdditionalData**](ProviderAdditionalData.md) | |
**estimated_fees** | [**models::NonWalletQuoteFee**](NonWalletQuoteFee.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)