-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Market overview does not show order details #9
Comments
I think adding a new column is better. Thanks. |
It seems the API does not return the owner of the orders: https://api.bitshares.ws/openexplorer/order_book?base=BTS"e=XBTSX.USDT&limit=10 .
|
And it seems it's implemented with the
So.. not very easy to fix :-| |
I was playing around with using get limit orders instead of orderbook. About orderbook: Is it straightforward to give the API a flag that then includes owner in response? |
About the API: cryptonomex/graphene#503 (comment)
Of course, a traditional CEX won't let users know which order is owned by which account. But we are not a CEX. All info is on chain. So perhaps we can extend the APIs to contain more info. Sure it is possible technically. To be "ease to use", perhaps we should return order IDs, order expiration time and account names, but not only account IDs - although it means much more database queries on the server side. On the other hand, these changes were made in year 2016, the world of CEX's has changed a lot - Poloniex is not that large now. There are lots of things for us to catch up. |
Awesome, thanks! Will include once available |
See page https://blocksights.info/#/markets/XBTSX.USDT/BTS
Is it possible to give user links to the specific orders, or add optional columns that show the maker?
The text was updated successfully, but these errors were encountered: