diff --git a/frontend/src/app/components/docs/api-docs.component.html b/frontend/src/app/components/docs/api-docs.component.html index d683676b5..a09705b47 100644 --- a/frontend/src/app/components/docs/api-docs.component.html +++ b/frontend/src/app/components/docs/api-docs.component.html @@ -3,852 +3,860 @@
Reference for the {{ network.val === '' ? 'Bitcoin' : network.val.charAt(0).toUpperCase() + network.val.slice(1) }}
Placeholder.
+Reference for the {{ network.val === '' ? 'Bitcoin' : network.val.charAt(0).toUpperCase() + network.val.slice(1) }}
address
, chain_stats
, and mempool_stats
. {{ '{' }}chain,mempool{{ '}' }}_stats each contain an object with tx_count
, funded_txo_count
, funded_txo_sum
, spent_txo_count
, and spent_txo_sum
.:last_seen_txid
(see below).txid
, vout
, value
, and status
(with the status of the funding tx).valuecommitment
field that may appear in place of value
, plus the following additional fields: asset
/assetcommitment
, nonce
/noncecommitment
, surjection_proof
, and range_proof
.id
, height
, version
, timestamp
, bits
, nonce
, merkle_root
, tx_count
, size
, weight
,proof
,previousblockhash
.:height
.in_best_chain
(boolean, false for orphaned blocks), next_best
(the hash of the next block, only available for blocks in the best chain).:index
within the specified block.start_index
). Transactions returned here do not have the status
field, since all the transactions share the same block and confirmation status.:start_height
if specified.:start_height
if specified.txid
, fee
, vsize
, and value
.txid
, version
, locktime
, size
, weight
, fee
, vin
, vout
, and status
.spent
(boolean), txid
(optional), vin
(optional), and status
(optional, the status of the spending tx).confirmed
(boolean), block_height
(optional), and block_hash
(optional).txid
will be returned on success.address
, chain_stats
, and mempool_stats
. {{ '{' }}chain,mempool{{ '}' }}_stats each contain an object with tx_count
, funded_txo_count
, funded_txo_sum
, spent_txo_count
, and spent_txo_sum
.:last_seen_txid
(see below).txid
, vout
, value
, and status
(with the status of the funding tx).valuecommitment
field that may appear in place of value
, plus the following additional fields: asset
/assetcommitment
, nonce
/noncecommitment
, surjection_proof
, and range_proof
.id
, height
, version
, timestamp
, bits
, nonce
, merkle_root
, tx_count
, size
, weight
,proof
,previousblockhash
.:height
.in_best_chain
(boolean, false for orphaned blocks), next_best
(the hash of the next block, only available for blocks in the best chain).:index
within the specified block.start_index
). Transactions returned here do not have the status
field, since all the transactions share the same block and confirmation status.:start_height
if specified.:start_height
if specified.txid
, fee
, vsize
, and value
.txid
, version
, locktime
, size
, weight
, fee
, vin
, vout
, and status
.spent
(boolean), txid
(optional), vin
(optional), and status
(optional, the status of the spending tx).confirmed
(boolean), block_height
(optional), and block_hash
(optional).txid
will be returned on success.