Translations:Asset Exchange/111/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 Ids Example

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

 requestType=getBidOrderIds&
 chain=2&
 asset=17554243582654188572

</syntaxhighlight>

<syntaxhighlight lang="json"> {

   "requestProcessingTime": 1,
   "askOrderIds": [
       "364789916640105484",
       "14719767980908880113",
       "15306957850759966204"
   ]

} </syntaxhighlight>