FRUITS API Document
  • FRUITS API Document
  • Java sample code
  • PHP sample code
  • Creating Unsigned Transactions
  • Create Transaction Request
  • Create Transaction Response
  • SERVER INFORMATION
    • Get Blockchain Status
    • Get My Info
    • Get State
    • Get Time
  • ACCOUNT
    • Get Account
    • Get Account Blocks
    • Get Balance
    • Send FRTS
    • Send FRTS Multi
    • Set Account Info
  • TRANSACTION
    • Broadcast Transaction
    • Calculate Full Hash
    • Get Transaction
  • BLOCK
    • Get Block
    • Get Block Id
    • Get Blocks
  • Process flowchart
    • FRTS, token send/receive flow
    • FRUITS Wallet connect flow
  • Create & Active Account
    • Coding Guidelines in Java
    • Coding Guidelines in JS
  • FRUITS Node API For Single NFT
    • Create NFT Smart Contract
    • Mint NFT
    • Transfer NFT
    • Place a sell order
    • Cancel a sell order
    • Buy NFT
    • Get NFT By URI
    • Get List of NFTs by Account
    • Get List of NFTs for sale
    • Get List of NFTs By Smart Contract
  • FRUITS Node API For multiple NFT
    • Create NFT Smart Contract
    • Mint NFT
    • Transfer NFT
    • Place a sell order
    • Cancel a sell order
    • Buy NFT
    • Get Multiple Token By Account
    • Get Multiple Token By Contract
    • Get Multiple Token By Owners
    • Get Multiple Token By Uri
Powered by GitBook
On this page
  1. SERVER INFORMATION

Get State

Get the state of the server node and network.

Request: requestType is getState includeCounts is false if the fields numberOf are to be excluded

Response:

(N) numberOfPeers is the number of known peers on the network (N) numberOfUnlockedAccounts is the number of unlocked accounts on this node (N) numberOfTransfers is the number of AE transfers in the blockchain (N) numberOfOrders is the number of AE orders in the blockchain (N) numberOfTransactions is the number of transactions in the blockchain (N) maxMemory is the maximum amount of memory the node may use (in Bytes) (B) isScanning is true if this node is scanning the blockchain, false otherwise (S) cumulativeDifficulty is the current cumulative forging difficulty (N) numberOfAssets is the number of AE assets in the blockchain (N) freeMemory is the amount of free memory on this node (in Bytes) (N) availableProcessors is the number of processors on this node (N) totalEffectiveBalanceNxt is the total effective Balance of the network (N) numberOfAccounts is the number of accounts in the blockchain (N) numberOfBlocks is the number of blocks (height + 1) in the blockchain (S) version is the software version on this node (N) numberOfBidOrders is the number of AE bid orders in the blockchain (S) lastBlock is the last block address (N) totalMemory is the amount of memory this node is using (in Bytes) (S) application is the name of the software running on this node (typically CFW) (N) numberOfAliases is the number of aliases in the blockchain (N) lastBlockchainFeederHeight is the height of the last blockchain feeder (N) numberOfTrades is the number of AE trades in the blockchain (N) time is the current node time (in seconds since the genesis block) (N) numberOfAskOrders is the number of AE ask orders in the blockchain (S) lastBlockchainFeeder is the announced name of the feeder of the last blockchain (N) requestProcessingTime is the API request processing time (in millisec)

PreviousGet My InfoNextGet Time

Last updated 1 year ago