Skip to content

Commit b941dec

Browse files
committed
docs: update /rest/chaininfo doc referring to RPC help
1 parent 74b011b commit b941dec

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

doc/REST-interface.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,7 @@ Given a height: returns hash of block in best-block-chain at height provided.
7676

7777
Returns various state info regarding block chain processing.
7878
Only supports JSON as output format.
79-
* chain : (string) current network name (main, test, signet, regtest)
80-
* blocks : (numeric) the current number of blocks processed in the server
81-
* headers : (numeric) the current number of headers we have validated
82-
* bestblockhash : (string) the hash of the currently best block
83-
* difficulty : (numeric) the current difficulty
84-
* mediantime : (numeric) the median time of the 11 blocks before the most recent block on the blockchain
85-
* verificationprogress : (numeric) estimate of verification progress [0..1]
86-
* chainwork : (string) total amount of work in active chain, in hexadecimal
87-
* pruned : (boolean) if the blocks are subject to pruning
88-
* pruneheight : (numeric) highest block available
89-
* softforks : (array) status of softforks in progress
79+
Refer to the `getblockchaininfo` RPC help for details.
9080

9181
#### Query UTXO set
9282
`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`

0 commit comments

Comments
 (0)