Translations:Accounts/32/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 Currency Count Example

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

 requestType=getAccountCurrencyCount&
 account=ARDOR-4VDY-LNVT-LMAY-FMCKA

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"numberOfCurrencies": 1,
"requestProcessingTime": 1

} </syntaxhighlight>