Translations:Accounts/92/en

From ArdorDocs
Revision as of 18:33, 23 June 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Get Balance Example

<syntaxhighlight lang="bash"> http://localhost:27876/nxt?

 requestType=getBalance&
 chain=1&
 chain=2&
 chain=3&
 account=7114946486381367146

</syntaxhighlight>

<syntaxhighlight lang="json"> {

   "balances": {
       "1": {
           "unconfirmedBalanceNQT": "29700000000",
           "balanceNQT": "29700000000"
       },
       "2": {
           "unconfirmedBalanceNQT": "216362457000",
           "balanceNQT": "216362457000"
       },
       "3": {
           "unconfirmedBalanceNQT": "0",
           "balanceNQT": "0"
       }
   },
   "requestProcessingTime": 18

} </syntaxhighlight>