# View utxo history View unspent transaction outputs of selected address. Endpoint: GET /explorer/utxo Version: 6.6.1 ## Query parameters: - `address` (string, required) Flux address to look up utxo's Example: "t1edbnsYnGXxyYNt4kJJPhZktDWNaKwkznY" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.txid` (string) The transaction id - `data.voutIndex` (integer) Vout index of the transaction - `data.height` (integer) Block height of transaction - `data.address` (string) Flux address - `data.satoshis` (integer) Value of Flux in satoshi - `data.scriptPubKey` (string) Script public key - `data.coinbase` (boolean) If coinbase or not