Translations:Asset Exchange/46/en

From ArdorDocs
Jump to: navigation, search

Get All Open Orders Example

http://localhost:27876/nxt?
  requestType=getAllOpenBidOrders&
  chain=2&
  firstIndex=123&
  lastIndex=123

{
 "requestProcessingTime": 5631,
 "openOrders": [
  {
   "quantityQNT": "1000000",
   "priceNQTPerShare": "101",
   "accountRS": "ARDOR-L6FM-89WK-VK8P-FCRBB",
   "asset": "17554243582654188572",
   "type": "bid",
   "account": "15323192282528158131",
   "order": "12743274869785967304",
   "height": 285577
  }
 ]
}