Translations:Asset Exchange/64/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 Asset Accounts Example

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

 requestType=getAssetAccounts&
 asset=5539238107226883203

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"accountAssets": [
 {
  "quantityQNT": "100000000",
  "accountRS": "ARDOR-JTE5-HB7Y-QPS5-B58MZ",
  "unconfirmedQuantityQNT": "100000000",
  "asset": "5539238107226883203",
  "account": "11514793277306463619"
 }
],
"requestProcessingTime": 19

} </syntaxhighlight>