Translations:Monetary System/41/en
From ArdorDocs
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
}
]
}