# StreamingSwap ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **tx_id** | Option<**String**> | the hash of a transaction | [optional] **interval** | Option<**i64**> | how often each swap is made, in blocks | [optional] **quantity** | Option<**i64**> | the total number of swaps in a streaming swaps | [optional] **count** | Option<**i64**> | the amount of swap attempts so far | [optional] **last_height** | Option<**i64**> | the block height of the latest swap | [optional] **trade_target** | **String** | the total number of tokens the swapper wants to receive of the output asset | **source_asset** | Option<**String**> | the asset to be swapped from | [optional] **target_asset** | Option<**String**> | the asset to be swapped to | [optional] **destination** | Option<**String**> | the destination address to receive the swap output | [optional] **deposit** | **String** | the number of input tokens the swapper has deposited | **r#in** | **String** | the amount of input tokens that have been swapped so far | **out** | **String** | the amount of output tokens that have been swapped so far | **failed_swaps** | Option<**Vec**> | the list of swap indexes that failed | [optional] **failed_swap_reasons** | Option<**Vec**> | the list of reasons that sub-swaps have failed | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)