# UtxoSelectionFilters ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**includeAllLabels** | **Array<string>** | Only include UTXOs that have ALL of these labels. | [optional] [default to undefined]| |**includeAnyLabels** | **Array<string>** | Only include UTXOs that have at least one of these labels. | [optional] [default to undefined]| |**excludeAnyLabels** | **Array<string>** | Exclude UTXOs that have any of these labels. | [optional] [default to undefined]| |**address** | **string** | Only include UTXOs from this specific address. | [optional] [default to undefined]| |**minAmount** | **string** | Minimum UTXO amount in the asset\'s base unit (e.g., BTC). | [optional] [default to undefined]| |**maxAmount** | **string** | Maximum UTXO amount in the asset\'s base unit (e.g., BTC). | [optional] [default to undefined]| [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)