thorchain_rs 2.137.3

Thornode REST API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# QuoteFees

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asset** | **String** | the target asset used for all fees | 
**affiliate** | Option<**String**> | affiliate fee in the target asset | [optional]
**outbound** | Option<**String**> | outbound fee in the target asset | [optional]
**liquidity** | **String** | liquidity fees paid to pools in the target asset | 
**total** | **String** | total fees in the target asset | 
**slippage_bps** | **i64** | the swap slippage in basis points | 
**total_bps** | **i64** | total basis points in fees relative to amount out | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)