@ AE client devs:
Do u need any other API calls related to Asset Exchange?
Get current account order IDs
Obtain current order IDs for bid or ask orders for a specific account, optionally filtered by an an assetID. Implemented in version 0.5.9.
Request
http://localhost:7874/nxt? requestType=GET_BID_OR_ASK& account=ACCOUNT& asset=ASSETID
-------------
1. can we get order by asssetid, need not contain account no, because i want to know who bid/ask my asset
2. there are only 12 assets now , if 10k or more, it is difficult find a asset, maybe a
asset type, brand are needed when isssue them, for example: crypto coin, nxt;crypto,doge
car,honda;computer, lenovo
this is test picture. i only get a bid order, there is not any ask orders . i tried doing askorder but failed.