Get blockchain status
Retrieves the connection and synchronization status of the specified cryptocurrency's blockchain.
Path parameters
The cryptocurrency code to track (e.g., 'BTC' for Bitcoin, 'LTC' for Litecoin).
Response
Status retrieved successfully.
Example response
{
"bitcoinStatus": {
"blocks": 103,
"headers": 103,
"verificationProgress": 1,
"isSynched": true,
"incrementalRelayFee": 1,
"minRelayTxFee": 1,
"capabilities": {
"canScanTxoutSet": true,
"canSupportSegwit": true,
"canSupportTaproot": true,
"canSupportTransactionCheck": true
}
},
"isFullySynched": true,
"syncHeight": 103,
"networkType": "Regtest",
"cryptoCode": "BTC",
"instanceName": "MyInstance",
"supportedCryptoCodes": [
"BTC"
],
"version": "1.0.3.5"
}Changes
Changed in 3 of the 40 revisions of this API.139
- ●
removed the optional property
blocksfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
headersfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
isSynchronizedfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
bitcoinStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
cryptoCodeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
instanceNameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
isFullySynchedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
networkTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
supportedCryptoCodesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
syncHeightto the response with the200statusresponse-optional-property-added
- ○
added the optional property
versionto the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲