Translations:Asset Exchange/111/en

From ArdorDocs
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>