This is a Trading Engine built with MERN. It allows users to fetch their balance, view the order book, place buy/sell Stocks, and get quotes for specific quantities.
- View Balance: Fetch and display the user's BTC and USDT balance.
- Place Orders: Submit buy (bid) or sell (ask) orders with price and quantity.
- Get Quote: Fetch the best bid/ask price and calculate the total for a given quantity.
- Order Book: View the live order book with bids and asks.
- Node.js installed on your system.
- Backend service running at
http://10.12.80.135:3000
.
- Clone the repository:
git clone <repository-url> cd trading-system