Translations:Monetary System/103/en

From ArdorDocs
Jump to: navigation, search

Get Exchanges By Offer Example

http://localhost:27876/nxt?
  requestType=getExchangesByOffer&
  chain=2&
  offer=7762792906174207279

{
 "exchanges": [
  {
   "issuerAccountRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
   "seller": "15295723609781267838",
   "code": "MYSTX",
   "sellerRS": "ARDOR-4VDY-LNVT-LMAY-FMCKA",
   "units": "1",
   "issuanceHeight": 0,
   "type": 1,
   "rateNQTPerUnit": "1500000000",
   "buyer": "11580081983047651163",
   "offer": "7762792906174207279",
   "buyerRS": "ARDOR-BMUV-8QQR-47VK-CR7F3",
   "decimals": 2,
   "name": "MystcoinX",
   "currency": "6520756875632314476",
   "block": "2329341955641682831",
   "transaction": "12589829502215822061",
   "timestamp": 34137058,
   "height": 162356,
   "issuerAccount": "15295723609781267838"
  }
 ],
 "requestProcessingTime": 1
}