Translations:Accounts/68/en

From ArdorDocs
Jump to: navigation, search

Get Account Phased Transaction Count Example

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

 requestType=getAccountPhasedTransactionCount&
 chain=2&
 account=15295723609781267838

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"requestProcessingTime": 1,
"numberOfPhasedTransactions": 3

} </syntaxhighlight>