Translations:Accounts/20/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

Example:

Get Account Block Ids Example

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

 requestType=getAccountBlockIds&
 account=7114946486381367146&
 lastIndex=5

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"blockIds": [
 "6021945980475236545",
 "11040962152457477526",
 "1157648883168692101",
 "9322994768555364845",
 "12862636636638339558",
 "11535040705139271493"
],
"requestProcessingTime": 3

} </syntaxhighlight>