- Price and 24H statistics updates for all BUSD/USDT pairs at Binance
- Real-time price
- Statistics update every 60 seconds
- Choose to show BUSD or USDT or both pairs
- UP/DOWN/BEAR/BULL pairs are excluded from the table
- Search the table with regex compatible patterns
- Full/mini table mode
- When in mini mode only the top and bottom 15 pairs are shown
- Sort the table by a specific column
- Cross platform
- Windows, macOS and Linux ready.
python 3.7.7+
pip install termcs
termcs
To sort the table, simply click on the column header
f
- Full/mini table/
- Search (by base asset name)Esc
- Exit search modeq
- Quit back to the terminal
b
- Show BUSD pairs onlyt
- Show USDT pairs onlyo
- Show both pairsp
- Show/hide quote asset name
Column | Description |
---|---|
Price | Current price (USD) |
Change | The difference between the current price and the price 24 hours ago (percentage) |
High | Highest price for the last 24 hours (USD) |
Low | Lowest price for the last 24 hours (USD) |
High Change | The difference between the current price and the highest 24 hour price (percentage) |
Low Change | The difference between the current price and the lowest 24 hour price (percentage) |
Volume | Trading pair volume for the last 24 hours |
A: The pair with the higher volume.
A: There is a limit of (approx) 27 times you can press the b
/ t
/ o
keys in one minute, it is done in order to respect the API limit usage and avoid bans
This software uses the following open source packages:
MIT