erickmoura / rhizome-coins

0 stars 2 forks source link

Create an API endpoint to get user data #14

Open erickmoura opened 7 years ago

erickmoura commented 7 years ago

After completing #13, you'll need to create API endpoints so our front-end app is able to inquire balances, transactions and status orders for a given user.

The order history endpoint should accept a start_date parameter that will be used as filter. If that parameter is informed in the request, then only the orders placed/created after that date will be fetched.

erickmoura commented 7 years ago

@omigongar - some refinement of this task:

We'll need 3 endpoints here - OpenOrders, TradeHistory, Balances