Translations:Accounts/104/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 Currencies By Issuer Example

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

 requestType=getCurrenciesByIssuer&
 account=ARDOR-4VDY-LNVT-LMAY-FMCKA

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"requestProcessingTime": 334,
"currencies": [
 [
  {
   "initialSupply": "10000",
   "currentReservePerUnitNQT": "0",
 "chain": 2,
   "types": [
    "EXCHANGEABLE"
   ],
   "code": "PTNT",
   "currentSupplyQNT": "100000000",
   "creationHeight": 361192,
   "minDifficulty": 0,
   "description": "Potential coin",
   "minReservePerUnitNQT": "0",
   "initialSupplyQNT": "100000000",
   "issuanceHeight": 0,
   "type": 1,
   "maxSupplyQNT": "100000000",
   "maxDifficulty": 0,
   "accountRS": "ARDOR-X8ZN-WUJ2-SXY3-FBUYC",
   "decimals": 2,
   "name": "POTENTIAL",
   "reserveSupplyQNT": "0",
   "currency": "7978322511509619701",
   "account": "15382970207090678772",
   "algorithm": 0
  }
 ]
]

} </syntaxhighlight>