We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/deploymentinfo
1 parent 3e44bee commit 5c96020Copy full SHA for 5c96020
doc/REST-interface.md
@@ -84,6 +84,15 @@ Returns various state info regarding block chain processing.
84
Only supports JSON as output format.
85
Refer to the `getblockchaininfo` RPC help for details.
86
87
+#### Deployment info
88
+`GET /rest/deploymentinfo.json`
89
+`GET /rest/deploymentinfo/<BLOCKHASH>.json`
90
+
91
+Returns an object containing various state info regarding deployments of
92
+consensus changes at the current chain tip, or at <BLOCKHASH> if provided.
93
+Only supports JSON as output format.
94
+Refer to the `getdeploymentinfo` RPC help for details.
95
96
#### Query UTXO set
97
`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`
98
0 commit comments