Translations:Monetary System/41/en

From ArdorDocs
Revision as of 18:37, 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 All Currencies Example

http://localhost:27876/nxt?
  requestType=getAllCurrencies&
  firstIndex=2&
  lastIndex=2

{
 "requestProcessingTime": 3,
 "currencies": [
  {
   "initialSupply": "10000",
   "chain": 2,
   "currentReservePerUnitNQT": "0",
   "types": [
    "EXCHANGEABLE"
   ],
   "code": "MYSTX",
   "creationHeight": 162067,
   "minDifficulty": 0,
   "numberOfTransfers": 0,
   "description": "Exchangeable",
   "minReservePerUnitNQT": "0",
   "initialSupplyQNT": "100000000",
   "issuanceHeight": 0,
   "type": 1,
   "reserveSupplyQNT": "0",
   "maxDifficulty": 0,
   "accountRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
   "decimals": 2,
   "name": "MystcoinX",
   "reserveSupplyQNT": "0",
   "numberOfExchanges": 12,
   "currency": "6520756875632314476",
   "maxSupplyQNT": "10000",
   "account": "15295723609781267838",
   "algorithm": 0
  }
 ]
}