Translations:Accounts/3/en

From ArdorDocs
Jump to: navigation, search

Response:

  • forgedBalanceFQT (S) is the balance (in FQT) that the account has forged
  • assetBalances (A) is an array of asset objects including the fields balanceQNT (S) and asset (S) ID
  • unconfirmedAssetBalances (A) is an array of asset objects including the fields unconfirmedBalanceQNT (S) and asset (S) ID
  • accountCurrencies (A) is an array of currency objects (refer to Get Account Currencies for details)
  • lessorsInfo (A) is an array of lessor objects including the fields:
    • currentHeightTo (S)
    • nextHeightFrom (S)
    • nextLesseeRS (S)
    • currentLesseeRS (S)
    • currentHeightFrom (S)
    • nextHeightTo (S)
  • lessors (A) is an array of lessor account IDs
  • currentLessee (S) is the account number of the lessee, if applicable
  • currentLeasingHeightTo (N) is the block height when the lease completes, if applicable
  • balanceNQT (S) is the minimally confirmed basic balance (in NQT) of the account
  • publicKey (S) is the public key of the account
  • requestProcessingTime (N) is the API request processing time (in millisec)
  • guaranteedBalanceFQT (S) is the balance (in NQT) of the account with at least 1440 confirmations
  • currentLesseeRS (S) is the Reed-Solomon address of the lessee account
  • accountRS (S) is the Reed-Solomon address of the account
  • lessorsRS (A) is an array of Reed-Solomon lessor account addresses
  • name (S) is the name associated with the account, if applicable
  • description (S) is the description of the account, if applicable
  • 'effectiveBalanceFXT' (S) is the effective balance in FQT available for the account
  • account (S) is the account number
  • currentLeasingHeightFrom (N) is the block height when the lease starts, if applicable
  • lastBlock (S) is the last block ID on the blockchain (applies if requireBlock is provided but not requireLastBlock)