Translations:Server info/30/en

From ArdorDocs
Jump to: navigation, search

Get State Example

http://localhost:27876/nxt?
  requestType=getState

{
    "numberOfPeers": 783,
    "correctInvalidFees": false,
    "numberOfUnlockedAccounts": 9,
    "ledgerTrimKeep": 30000,
    "maxAPIRecords": 100,
    "blockchainState": "UP_TO_DATE",
    "includeExpiredPrunable": true,
    "numberOfConnectedPeers": 26,
    "maxMemory": 2864709632,
    "maxRollback": 800,
    "isScanning": false,
    "isDownloading": false,
    "cumulativeDifficulty": "37668836003773573",
    "freeMemory": 185301416,
    "peerPort": 26874,
    "apiProxy": false,
    "availableProcessors": 4,
    "needsAdminPassword": true,
    "currentMinRollbackHeight": 362200,
    "numberOfBlocks": 363739,
    "isTestnet": true,
    "isLightClient": false,
    "services": [
        "PRUNABLE",
        "API",
        "API_SSL",
        "CORS"
    ],
    "requestProcessingTime": 0,
    "version": "2.1.0e",
    "lastBlock": "15610409558682274177",
    "totalMemory": 1340080128,
    "application": "Ardor",
    "lastBlockchainFeederHeight": 363492,
    "maxPrunableLifetime": 2147483647,
    "isOffline": false,
    "time": 21591048,
    "customLoginWarning": "Jelurida Ardor Testnet. THIS IS A TEST NETWORK. YOU CANNOT ACCESS THE PUBLIC ARDOR BLOCKCHAIN HERE. TOKENS ON THIS TEST BLOCKCHAIN HAVE NO VALUE.",
    "lastBlockchainFeeder": "107.150.3.13"
}