Translations:Accounts/56/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 Account Ledger Example

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

 requestType=getAccountLedger&
 account=ARDOR-7A48-47JL-T7LD-D5FS3

</syntaxhighlight>

<syntaxhighlight lang="json"> {

 "entries": [
   {
     "change": "100",
     "eventType": "CURRENCY_OFFER_EXPIRED",
     "ledgerId": "532246",
     "holding": "6112509426732269765",
     "isTransactionEvent": true,
     "balance": "90000",
     "holdingType": "UNCONFIRMED_CURRENCY_BALANCE",
     "accountRS": "ARDOR-7A48-47JL-T7LD-D5FS3",
     "block": "2303344830040052747",
     "event": "13236557417702245931",
     "account": "12745647715474645062",
     "height": 736757,
     "timestamp": 78995635
   }
 ],
   "requestProcessingTime": 1

} </syntaxhighlight>