Skip to content

Commit 3e16f06

Browse files
committed
Update API docs with new UTXO fields
Refs #217, Blockstream/electrs@9398eac
1 parent fdf7d5f commit 3e16f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

API.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ Returns up to 50 transactions (no paging).
105105
Get the list of unspent transaction outputs associated with the address/scripthash.
106106

107107
Available fields: `txid`, `vout`, `value` and `status` (with the status of the funding tx).
108-
Elements-based chains have an additional `asset` field.
108+
109+
Elements-based chains have a `valuecommitment` field that may appear in place of `value`, plus the following additional fields: `asset`/`assetcommitment`, `nonce`/`noncecommitment`, `surjection_proof` and `range_proof`.
109110

110111
### `GET /address-prefix/:prefix`
111112

0 commit comments

Comments
 (0)