Translations:Asset Exchange/22/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 Asset Count Example

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

 requestType=getAccountAssetCount&
 account=ARDOR-8N9W-TN4F-YA2S-H5B7R

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"requestProcessingTime": 1,
"numberOfAssets": 3

} </syntaxhighlight>