Update plateform summary

This commit is contained in:
2025-08-14 18:59:37 +07:00
parent cfb04e9dc9
commit 345d76e06f
6 changed files with 272 additions and 25 deletions

View File

@@ -71,11 +71,6 @@ namespace Managing.Api.Models.Responses
/// Total volume traded across all agents in the last 24 hours in USD
/// </summary>
public decimal TotalPlatformVolumeLast24h { get; set; }
/// <summary>
/// Time filter applied to the data
/// </summary>
public string TimeFilter { get; set; } = "Total";
}
/// <summary>