Translations:Asset Exchange/88/en

From ArdorDocs
Revision as of 18:34, 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 Asset Transfers Example

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

 requestType=getAssetTransfers&
 asset=17554243582654188572&
 lastIndex=0

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"transfers": [
 {
  "quantityQNT": "500000",
  "senderRS": "ARDOR-9K6X-4ZQS-PCQN-465T4",
  "assetTransfer": "15255934090738722602",
  "sender": "2406158154854548637",
  "recipientRS": "ARDOR-YMEM-ERX3-BFUZ-4MQ4P",
  "decimals": 8,
  "recipient": "3065494931320556947",
  "name": "mgwBTC",
  "asset": "17554243582654188572",
  "height": 287648,
  "timestamp": 31042663
 }
],
"requestProcessingTime": 4

} </syntaxhighlight>