Translations:Asset Exchange/26/en

From ArdorDocs
Revision as of 18:34, 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 Assets Example

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

 requestType=getAccountAssets&
 account=ARDOR-4VNQ-RWZC-4WWQ-GVM8S

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"accountAssets": [
 {
  "quantityQNT": "68013764",
  "unconfirmedQuantityQNT": "68013764",
  "decimals": 0,
  "name": "Test",
  "asset": "17554243582654188572"
 }
],
"requestProcessingTime": 1

} </syntaxhighlight>