Update healthcheck and display pnl on trades
This commit is contained in:
@@ -109,6 +109,11 @@ namespace Managing.Api.HealthChecks
|
||||
gmxData["responseTimeMs"] = responseTimeElement.GetInt32();
|
||||
}
|
||||
|
||||
if (gmxDataElement.TryGetProperty("uiFeeFactor", out var uiFeeFactorElement))
|
||||
{
|
||||
gmxData["uiFeeFactor"] = uiFeeFactorElement.GetString();
|
||||
}
|
||||
|
||||
if (gmxDataElement.TryGetProperty("sampleMarkets", out var sampleMarketsElement))
|
||||
{
|
||||
var sampleMarkets = new List<Dictionary<string, string>>();
|
||||
|
||||
Reference in New Issue
Block a user