Skip to content

Commit 33c7acd

Browse files
committed
Fixed deserialization issue in restClient.UsdtFuturesApi.ExchangeData.GetTickersAsync endpoint
1 parent bf19883 commit 33c7acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTX.Net/Objects/Models/UsdtMarginSwap/HTXTicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ public record HTXListTicker : HTXTicker
5656
/// Number of buys and sells in last 24h
5757
/// </summary>
5858
[JsonPropertyName("number_of")]
59-
public int Trades { get; set; }
59+
public long? Trades { get; set; }
6060
}
6161
}

0 commit comments

Comments
 (0)