Translations:Monetary System/107/en

From ArdorDocs
Jump to: navigation, search

Get Last Exchanges Example

http://localhost:27876/nxt?
  requestType=getLastExchanges&
  chain=2&
  currencies=12366259387060174981

{
 "exchanges": [
  {
   "offer": "1659323201112235372",
   "seller": "15295723609781267838",
   "buyerRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
   "sellerRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
   "currency": "12366259387060174981",
   "block": "15911141024340031754",
   "unitsQNT": "2",
   "transaction": "13926698078551037914",
   "timestamp": 35547397,
   "rateNQTPerUnit": "100000000",
   "buyer": "15295723609781267838",
   "height": 167709
  }
 ],
 "requestProcessingTime": 0
}