Translations:Monetary System/45/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 Exchanges Example

http://localhost:27876/nxt?
  requestType=getAllExchanges&
  chain=2&
  firstIndex=7&
  lastIndex=7

{
 "exchanges": [
  {
   "issuerAccountRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
   "seller": "15295723609781267838",
   "code": "MYSTX",
   "sellerRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
   "unitsQNT": "5000",
   "issuanceHeight": 0,
   "type": 1,
   "rateNQTPerUnit": "10000000",
   "buyer": "11580081983047651163",
   "offer": "17204924627068821879",
   "buyerRS": "ARDOR-BMUV-8QQR-47VK-CR7F3",
   "decimals": 2,
   "name": "MystcoinX",
   "currency": "6520756875632314476",
   "block": "4816799421151726903",
   "transaction": "2086609620693258113",
   "timestamp": 34206117,
   "height": 163202,
   "issuerAccount": "15295723609781267838"
  }
 ],
 "requestProcessingTime": 1
}