Translations:Accounts/60/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 Entry Exanple

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

 requestType=getAccountLedgerEntry&
 ledgerId=532246

</syntaxhighlight>

<syntaxhighlight lang="json"> {

 "change": "100",
 "eventType": "CURRENCY_OFFER_EXPIRED",
 "requestProcessingTime": 1,
 "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

} </syntaxhighlight>