Translations: Blocks/12/en

From ArdorDocs
Jump to: navigation, search

Get Blockchain Status Example

http://localhost:27876/nxt?
  requestType=getBlockchainStatus
{
 "apiProxy": false,
 "correctInvalidFees": false,
 "ledgerTrimKeep": 30000,
 "maxAPIRecords": 100,
 "blockchainState": "UP_TO_DATE",
 "currentMinRollbackHeight": 362200,
 "numberOfBlocks": 363697,
 "isTestnet": true,
 "includeExpiredPrunable": true,
 "isLightClient": false,
 "services": [
  "PRUNABLE",
  "API",
  "API_SSL",
  "CORS"
 ],
 "requestProcessingTime": 0,
 "version": "2.1.0e",
 "maxRollback": 800,
 "lastBlock": "4927201194742852793",
 "application": "Ardor",
 "isScanning": false,
 "isDownloading": false,
 "cumulativeDifficulty": "37665721693045685",
 "lastBlockchainFeederHeight": 363492,
 "maxPrunableLifetime": 2147483647,
 "time": 21588850,
 "lastBlockchainFeeder": "107.150.3.13"
}