Translations:Accounts/16/en
From ArdorDocs
Get Account Block Count Example
<syntaxhighlight lang="bash"> http://localhost:27876/nxt?
requestType=getAccountBlockCount& account=7114946486381367146
</syntaxhighlight>
<syntaxhighlight lang="json"> {
"numberOfBlocks": 460, "requestProcessingTime": 70
} </syntaxhighlight>