Hu-Fi / Mr.Market

Mr. Market is the exchange oracle of HuFi, and a CeFi crypto bot on Mixin Messenger
https://mr-market-one.vercel.app
GNU Affero General Public License v3.0
1 stars 6 forks source link

Get all spot order endpoint for admin page /manage/orders #95

Closed zed-wong closed 3 months ago

zed-wong commented 3 months ago

We need a get all spot orders endpoint for showing all orders in admin page /manage/orders. We can add the read all orders in exchange module. This endpoint also should be protected by @UseGuards(JwtAuthGuard). We can ignore the swap in this page for now.