exchangemarket/src
sairajzero 55bd121021 API for ordered list for sell/buy
- The API for Listing sell/buy orders now returns ordered list of the queue (approx).
- list-buyorders, list-sellorders and list-trades API now accepts optional GET parameter 'asset'.
  . If passed, then orders/trades of only given asset will be returned.
  . If asset is not passed, then returns all asset by default as before.
- list buy/sell order API return max of 100 best orders
- list trade API return max of 1000 recent trades
2022-05-02 22:53:57 +05:30
..
backup Ambiguity fix 2022-04-18 21:07:15 +05:30
_constants.js Update _constants.js 2022-05-01 20:18:03 +05:30
app.js Distributor feature and Balance structure change 2022-04-13 01:06:01 +05:30
coupling.js Bug fixes 2022-04-27 00:29:51 +05:30
database.js Ambiguity fix 2022-04-18 21:07:15 +05:30
main.js Adding switch for rated-seller check 2022-05-01 19:49:22 +05:30
market.js API for ordered list for sell/buy 2022-05-02 22:53:57 +05:30
price.js Adding switch for rated-seller check 2022-05-01 19:49:22 +05:30
request.js API for ordered list for sell/buy 2022-05-02 22:53:57 +05:30
set_globals.js Adding transfer token feature 2022-03-12 02:25:31 +05:30