This Node.js script connects to Binance using CCXT and retrieves the ** cryptocurrencies by buy and sell order volumes**.
It helps traders quickly see which assets have the largest buying (bid) and selling (ask) pressure in real-time.

- Fetches order book for the top 100 USDT trading pairs.
- Calculates buy volume (total bids) and sell volume (total asks) per symbol.
- Clone the repository:
git clone VolumeTrackerTrade
cd VolumeTrackerTrade