Translations:Accounts/96/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 Blockchain Transactions Example

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

 requestType=getBlockchainTransactions&
 chain=1&
 account=ARDOR-4VDY-LNVT-LMAY-FMCKA&
 lastIndex=0

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"requestProcessingTime": 2,
"transactions": [
 {
  "signature": "0bc2045c2e4291e9595702fc6a9e805f11b65a88a867d515e44b980ef72b440a2...",
  "transactionIndex": 0,
  "type": 0,
  "phased": false,
  "ecBlockId": "441034190304176853",
  "signatureHash": "31f92d5612115e174748c7a261cd0412e00028639301aae0f0c1ddfc7618b7e7",
  "attachment": {
   "version.OrdinaryPayment": 0
  },
  "senderRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
  "subtype": 0,
  "amountNQT": "1400000000",
  "recipientRS": "ARDOR-BMUV-8QQR-47VK-CR7F3",
  "block": "6752144003309284467",
  "blockTimestamp": 46567698,
  "deadline": 1440,
  "timestamp": 46567612,
  "height": 291611,
  "senderPublicKey": "10f09c34f225d425306e5be55a4946908156072afbead4d574a512d7e086ef5c",
  "chain": 1,
  "feeNQT": "100000000",
  "confirmations": 2046,
  "fullHash": "a26a2a36086e5d13f069dd9da06ce4e6b0418e9a299bec0cda39bfa04a2ca5e3",
  "version": 1,
  "sender": "15295723609781267838",
  "recipient": "11580081983047651163",
  "ecBlockHeight": 291600,
  "transaction": "1395392441102264994"
 }
]

} </syntaxhighlight>