Translations:Monetary System/54/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 Buy / Sell Offers Example

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

 requestType=getSellOffers&
 chain=2&
 currency=6520756875632314476

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"offers": [
 {
   "offer": "9194373175351619049",
   "supplyQNT": "1000",
   "expirationHeight": 362636,
   "accountRS": "ARDOR-X8ZN-WUJ2-SXY3-FBUYC",
   "rateNQTPerUnit": "100000000",
   "limitQNT": "1500",
   "currency": "7978322511509619701",
   "offerFullHash": "e9ad3669b0f9987f3659078cdabd8bf09c6ef0a43e1bb6cc1950f6940fdc1226",
   "account": "15382970207090678772",
   "height": 361199
 }
],
"requestProcessingTime": 1

} </syntaxhighlight>