|
@@ -56,7 +56,7 @@ class MarketCommands(InfoCommandsBase):
|
|
|
|
|
|
# Add volume information
|
|
|
message += f"\n📈 <b>Volume Information:</b>\n"
|
|
|
- message += f"24h Volume: {self.formatter.format_amount(market_data.get('volume', 0))}\n"
|
|
|
+ message += f"24h Volume: {self.formatter.format_amount(market_data.get('volume', 0), token)}\n"
|
|
|
message += f"24h Turnover: {self.formatter.format_price_with_symbol(market_data.get('turnover', 0))}\n"
|
|
|
|
|
|
# Add order book information if available
|