Translations:Asset Exchange/97/en

From ArdorDocs
Jump to: navigation, search

Get Assets By Issuer Example

http://localhost:27876/nxt?
  requestType=getAssetsByIssuer&
  account=ARDOR-DE2F-W76R-GL25-HMFPR&
  lastIndex=0

{
 "assets": [
  [
   {
    "quantityQNT": "10000000000",
    "numberOfAccounts": 222,
    "accountRS": "ARDOR-DE2F-W76R-GL25-HMFPR",
    "decimals": 4,
    "numberOfTransfers": 278,
    "name": "NXTprivacy",
    "description": "NXTprivacy will contain various privacy related projects...",
    "numberOfTrades": 456,
    "asset": "17911762572811467637",
    "account": "18146608053740744717"
   }
  ]
 ],
 "requestProcessingTime": 9
}