Translations:Accounts/40/en

From ArdorDocs
Jump to: navigation, search

Get Account Current Orders Example

http://localhost:27876/nxt?
  requestType=getAccountCurrentBidOrders&
  chain=2&
  account=ARDOR-L6FM-89WK-VK8P-FCRBB

{
 "bidOrders": [
  {
   "quantityQNT": "1000000",
   "priceNQTPerShare": "100",
   "accountRS": "ARDOR-L6FM-89WK-VK8P-FCRBB",
   "asset": "17554243582654188572",
   "type": "bid",
   "account": "15323192282528158131",
   "order": "17185236428295897167",
   "height": 285549
  }
 ],
 "requestProcessingTime": 1
}