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

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

 requestType=getAssetAccountCount&
 asset=17554243582654188572

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"numberOfAccounts": 38,
"requestProcessingTime": 14

} </syntaxhighlight>