# AddressUtxo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **flag** | Option<**String**> | paging flag | [optional] **address** | Option<**String**> | Address of the utxo | [optional] **txid** | Option<**String**> | txid of the utxo | [optional] **out_index** | Option<**i32**> | output index in the tx | [optional] **value** | Option<**i64**> | Value of the utxo | [optional] **height** | Option<**i64**> | Height of the utxo, -1 if not confirmed | [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)