UTXOState should provide a way to query a particular UTXO: GET /utxo/abcdef:1 If found, result should be a JSON object with { value: <value> address: "<address>" } Address should be in normal textual format (there are lots of variants here!) If not found, just 404