| 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] [Back to Model list] [Back to README]