BitShares Forum
Main => Technical Support => Topic started by: yangyinzd on June 18, 2017, 09:39:06 am
-
When running the Cli_wallet.exe, after importing my account and submitting an order, how can I get the list of my open order for my imported account?
I can only use the "get_account_history" command to find out the order id of my open order.
Thanks
-
That's true .. the cli really sucks at this ..
you may want to look into "uptick" (https://uptick.rocks)
and use
uptick openorders <accountname>
-
I've always wondered about that, too. How does the web ui do it?
-
You can get all open orders using "get_full_accounts()" through the backend API. There is a key `limit_orders`
-
Thanks!
-
You can get all open orders using "get_full_accounts()" through the backend API. There is a key `limit_orders`
Thanks for your reply.
However, it shows that: no method with name 'get_full_accounts'.
Could you give me more detailed information?
Thanks
-
The cli wallet doesn't have that call .. only the backend has
curl --data '{"id":1, "method":"call", "params":[0,"get_full_accounts",[["xeroc"], false]]}' https://node.bitshares.eu