Translations:Accounts/24/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 Blocks Example

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

 requestType=getAccountBlocks&
 account=7114946486381367146&
 lastIndex=0

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"blocks": [
 {
  "previousBlockHash": "bd8948556e968f1d532cd286a5dd8fde0159d7950467f1ed8fbf26a31d663e99",
  "payloadLength": 386,
  "totalAmountNQT": "0",
  "generationSignature": "74138446cacdb30075492670f7e24fb839434818cb877bba174e37361fc899a1",
  "generator": "7114946486381367146",
  "generatorPublicKey": "dbc809e8237914f25add0d349ea16b2ac05cae6882d0a1782d23605af264d97a",
  "baseTarget": "325377698",
  "payloadHash": "32df67383f63b74f1331bbdb6f1be424c87a1e6423fc7091d81683481eb6c4ca",
  "generatorRS": "ARDOR-TMVC-69YC-SJB4-8YCH7",
  "nextBlock": "3553212706398858282",
  "numberOfTransactions": 2,
  "blockSignature": "d30e3f95d547fa922feb31303f877a345d0ad8c232778a4507adf9082b5df3...",
  "transactions": [
   "1199750337785535382",
   "8975701802988160413"
  ],
  "version": 3,
  "totalFeeFQT": "200000000",
  "previousBlock": "2130086549390920125",
  "block": "6021945980475236545",
  "height": 278953,
  "timestamp": 30130340
 }
],
"requestProcessingTime": 3

} </syntaxhighlight>