Translations:Asset Exchange/105/en

From ArdorDocs
Revision as of 18:34, 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 Order Example

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

 requestType=getAskOrder&
 chain=2&
 order=6044046093672850641

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"askOrders": [
 {
  "quantityQNT": "100",
  "orderFullHash": "e2c8201c2cf09ad7feb40e7275379f1686bcf1b9021de74f5df68e63153a7d22",
  "transactionHeight": 315484,
  "accountRS": "ARDOR-WP4X-2AMW-BXV4-3HDHU",
  "priceNQTPerShare": "1000000",
  "transactionIndex": 1,
  "asset": "434314249088370370",
  "type": "ask",
  "account": "2106962255727711325",
  "order": "6044046093672850641",
  "height": 315485
       }
   ],
   "requestProcessingTime": 0

} </syntaxhighlight>